/kernel/linux/linux-5.10/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() 312 err = copy_ctl_value_to_user(userdata, valuep, data, type, count); in ctl_elem_read_user() 319 void __user *userdata, void __user *valuep) in ctl_elem_write_user() argument [all …]
|
/kernel/linux/linux-5.10/scripts/dtc/ |
D | fdtput.c | 57 char **valuep, int *value_len) in encode_value() argument 114 *valuep = value; in encode_value()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_fs.c | 2031 u8 *valuep, 2220 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument 2238 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity() 2239 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity() 2247 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity() 2248 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity() 2822 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument 2844 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() 2847 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() 2850 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() [all …]
|
D | f_generic.c | 1900 typedef int (*ffs_entity_callback)(enum ffs_entity_type entity, u8 *valuep, 2072 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument 2090 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity() 2091 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity() 2099 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity() 2100 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity() 2671 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument 2693 func->function.ss_descriptors[(uintptr_t)valuep] = desc; in __ffs_func_bind_do_descs() 2696 func->function.hs_descriptors[(uintptr_t)valuep] = desc; in __ffs_func_bind_do_descs() 2699 func->function.fs_descriptors[(uintptr_t)valuep] = desc; in __ffs_func_bind_do_descs() [all …]
|
/kernel/linux/linux-5.10/drivers/rtc/ |
D | rtc-pcf8523.c | 38 static int pcf8523_read(struct i2c_client *client, u8 reg, u8 *valuep) in pcf8523_read() argument 58 *valuep = value; in pcf8523_read()
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_dp_helper.h | 1623 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()
|
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
D | core.c | 239 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument 270 *valuep = n; in sh_pfc_get_config_reg()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 17006 -typedef int (*ffs_entity_callback)(enum ffs_entity_type entity, u8 *valuep, 17178 - u8 *valuep, struct usb_descriptor_header *desc, 17196 - if (*valuep >= helper->interfaces_count) 17197 - helper->interfaces_count = *valuep + 1; 17205 - if (*valuep > helper->ffs->strings_count) 17206 - helper->ffs->strings_count = *valuep; 17777 -static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, 17799 - func->function.ss_descriptors[(uintptr_t)valuep] = desc; 17802 - func->function.hs_descriptors[(uintptr_t)valuep] = desc; 17805 - func->function.fs_descriptors[(uintptr_t)valuep] = desc; [all …]
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 62941 @@ -2827,7 +2827,7 @@ static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, 62950 @@ -2900,8 +2900,9 @@ static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep,
|