Searched refs:valuep (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/sound/core/ |
D | control_compat.c | 219 void __user *valuep, in copy_ctl_value_from_user() argument 240 s32 __user *intp = valuep; in copy_ctl_value_from_user() 252 if (copy_from_user(data->value.bytes.data, valuep, size)) in copy_ctl_value_from_user() 263 void __user *valuep, in copy_ctl_value_to_user() argument 273 s32 __user *intp = valuep; in copy_ctl_value_to_user() 281 if (copy_to_user(valuep, data->value.bytes.data, size)) in copy_ctl_value_to_user() 290 void __user *userdata, void __user *valuep) in ctl_elem_read_user() argument 299 err = copy_ctl_value_from_user(card, data, userdata, valuep, in ctl_elem_read_user() 307 err = copy_ctl_value_to_user(userdata, valuep, data, type, count); in ctl_elem_read_user() 314 void __user *userdata, void __user *valuep) in ctl_elem_write_user() argument [all …]
|
/linux-6.6.21/scripts/dtc/ |
D | fdtput.c | 57 char **valuep, int *value_len) in encode_value() argument 114 *valuep = value; in encode_value()
|
/linux-6.6.21/drivers/usb/gadget/function/ |
D | f_fs.c | 1987 u8 *valuep, 2172 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument 2188 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity() 2189 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity() 2197 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity() 2198 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity() 2765 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument 2787 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() 2790 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() 2793 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() [all …]
|
/linux-6.6.21/include/drm/display/ |
D | drm_dp_helper.h | 470 unsigned int offset, u8 *valuep) in drm_dp_dpcd_readb() argument 472 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb()
|
/linux-6.6.21/drivers/pinctrl/renesas/ |
D | core.c | 247 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument 281 *valuep = n; in sh_pfc_get_config_reg()
|