Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/
Dcontrol_compat.c219 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.1.9/scripts/dtc/
Dfdtput.c57 char **valuep, int *value_len) in encode_value() argument
114 *valuep = value; in encode_value()
/linux-6.1.9/drivers/usb/gadget/function/
Df_fs.c2049 u8 *valuep,
2238 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
2256 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2257 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2265 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
2266 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
2840 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument
2862 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2865 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2868 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
[all …]
/linux-6.1.9/include/drm/display/
Ddrm_dp_helper.h458 unsigned int offset, u8 *valuep) in drm_dp_dpcd_readb() argument
460 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb()
/linux-6.1.9/drivers/pinctrl/renesas/
Dcore.c248 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument
282 *valuep = n; in sh_pfc_get_config_reg()