Home
last modified time | relevance | path

Searched refs:valuep (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/sound/core/
Dcontrol_compat.c234 void __user *valuep, in copy_ctl_value_from_user() argument
255 s32 __user *intp = valuep; in copy_ctl_value_from_user()
267 if (copy_from_user(data->value.bytes.data, valuep, size)) in copy_ctl_value_from_user()
278 void __user *valuep, in copy_ctl_value_to_user() argument
287 s32 __user *intp = valuep; in copy_ctl_value_to_user()
295 if (copy_to_user(valuep, data->value.bytes.data, size)) in copy_ctl_value_to_user()
302 void __user *userdata, void __user *valuep) in ctl_elem_read_user() argument
311 err = copy_ctl_value_from_user(card, data, userdata, valuep, in ctl_elem_read_user()
322 err = copy_ctl_value_to_user(userdata, valuep, data, type, count); in ctl_elem_read_user()
329 void __user *userdata, void __user *valuep) in ctl_elem_write_user() argument
[all …]
/Linux-v4.19/scripts/dtc/
Dfdtput.c71 char **valuep, int *value_len) in encode_value() argument
128 *valuep = value; in encode_value()
/Linux-v4.19/drivers/usb/gadget/function/
Df_fs.c1929 u8 *valuep,
2104 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
2122 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2123 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2131 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
2132 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
2705 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument
2727 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2730 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2733 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
[all …]
/Linux-v4.19/drivers/rtc/
Drtc-pcf8523.c45 static int pcf8523_read(struct i2c_client *client, u8 reg, u8 *valuep) in pcf8523_read() argument
65 *valuep = value; in pcf8523_read()
/Linux-v4.19/drivers/pinctrl/sh-pfc/
Dcore.c246 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument
277 *valuep = n; in sh_pfc_get_config_reg()
/Linux-v4.19/include/drm/
Ddrm_dp_helper.h1179 unsigned int offset, u8 *valuep) in drm_dp_dpcd_readb() argument
1181 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb()
/Linux-v4.19/drivers/isdn/hardware/avm/
Dc4.c177 static int c4_peek(avmcard *card, unsigned long off, unsigned long *valuep) in c4_peek() argument
188 *valuep = c4inmeml(card->mbase + MBOX_PEEK_POKE); in c4_peek()