Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dcontrol_compat.c210 void __user *valuep, in copy_ctl_value_from_user() argument
231 s32 __user *intp = valuep; in copy_ctl_value_from_user()
243 if (copy_from_user(data->value.bytes.data, valuep, size)) in copy_ctl_value_from_user()
254 void __user *valuep, in copy_ctl_value_to_user() argument
264 s32 __user *intp = valuep; in copy_ctl_value_to_user()
272 if (copy_to_user(valuep, data->value.bytes.data, size)) in copy_ctl_value_to_user()
281 void __user *userdata, void __user *valuep) in __ctl_elem_read_user() argument
290 err = copy_ctl_value_from_user(card, data, userdata, valuep, in __ctl_elem_read_user()
298 return copy_ctl_value_to_user(userdata, valuep, data, type, count); in __ctl_elem_read_user()
302 void __user *userdata, void __user *valuep) in ctl_elem_read_user() argument
[all …]
/linux/scripts/dtc/
H A Dfdtput.c57 char **valuep, int *value_len) in encode_value() argument
114 *valuep = value; in encode_value()
/linux/drivers/usb/gadget/function/
H A Df_fs.c2469 u8 *valuep,
2662 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
2678 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2679 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2687 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
2688 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
3255 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument
3277 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
3280 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
3283 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
[all …]
/linux/include/drm/display/
H A Ddrm_dp_helper.h540 unsigned int offset, u8 *valuep) in drm_dp_dpcd_readb() argument
542 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb()
/linux/drivers/pinctrl/renesas/
H A Dcore.c247 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument
281 *valuep = n; in sh_pfc_get_config_reg()