Home
last modified time | relevance | path

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

/Linux-v5.10/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
272 s32 __user *intp = valuep; in copy_ctl_value_to_user()
280 if (copy_to_user(valuep, data->value.bytes.data, size)) in copy_ctl_value_to_user()
287 void __user *userdata, void __user *valuep) in ctl_elem_read_user() argument
296 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-v5.10/scripts/dtc/
Dfdtput.c57 char **valuep, int *value_len) in encode_value() argument
114 *valuep = value; in encode_value()
/Linux-v5.10/drivers/usb/gadget/function/
Df_fs.c2002 u8 *valuep,
2191 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
2209 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2210 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2218 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
2219 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
2792 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument
2814 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2817 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2820 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
[all …]
/Linux-v5.10/drivers/rtc/
Drtc-pcf8523.c38 static int pcf8523_read(struct i2c_client *client, u8 reg, u8 *valuep) in pcf8523_read() argument
58 *valuep = value; in pcf8523_read()
/Linux-v5.10/include/drm/
Ddrm_dp_helper.h1623 unsigned int offset, u8 *valuep) in drm_dp_dpcd_readb() argument
1625 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb()
/Linux-v5.10/drivers/pinctrl/renesas/
Dcore.c240 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument
271 *valuep = n; in sh_pfc_get_config_reg()