papr_sysparm_buf
struct papr_sysparm_buf *papr_sysparm_buf_alloc(void);
void papr_sysparm_buf_free(struct papr_sysparm_buf *buf);
int papr_sysparm_set(papr_sysparm_t param, const struct papr_sysparm_buf *buf);
int papr_sysparm_get(papr_sysparm_t param, struct papr_sysparm_buf *buf);
struct papr_sysparm_buf *buf;
static struct papr_sysparm_buf buf __initdata;
struct papr_sysparm_buf *buf;
struct papr_sysparm_buf *buf;
struct papr_sysparm_buf *buf;
int papr_sysparm_set(papr_sysparm_t param, const struct papr_sysparm_buf *buf)
struct papr_sysparm_buf *papr_sysparm_buf_alloc(void)
static struct papr_sysparm_buf *
struct papr_sysparm_buf *kern_spbuf;
struct papr_sysparm_buf *buf = kzalloc_obj(*buf);
static int papr_sysparm_buf_to_user(const struct papr_sysparm_buf *kern_spbuf,
struct papr_sysparm_buf *kern_spbuf;
void papr_sysparm_buf_free(struct papr_sysparm_buf *buf)
struct papr_sysparm_buf *kern_spbuf;
static size_t papr_sysparm_buf_get_length(const struct papr_sysparm_buf *buf)
static void papr_sysparm_buf_set_length(struct papr_sysparm_buf *buf, size_t length)
static void papr_sysparm_buf_clamp_length(struct papr_sysparm_buf *buf)
static bool papr_sysparm_buf_can_submit(const struct papr_sysparm_buf *buf)
int papr_sysparm_get(papr_sysparm_t param, struct papr_sysparm_buf *buf)
static struct papr_sysparm_buf buf __initdata;