Searched refs:valuep (Results 1 – 5 of 5) sorted by relevance
/linux/sound/core/ |
A 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/scripts/dtc/ |
A D | fdtput.c | 57 char **valuep, int *value_len) in encode_value() argument 114 *valuep = value; in encode_value()
|
/linux/drivers/usb/gadget/function/ |
A D | f_fs.c | 2004 u8 *valuep, 2193 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument 2211 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity() 2212 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity() 2220 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity() 2221 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity() 2817 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() 2910 idx = *valuep; in __ffs_func_bind_do_nums() 2933 idx = (*valuep & USB_ENDPOINT_NUMBER_MASK) - 1; in __ffs_func_bind_do_nums() 2945 pr_vdebug("%02x -> %02x\n", *valuep, newValue); in __ffs_func_bind_do_nums() [all …]
|
/linux/drivers/pinctrl/renesas/ |
A D | core.c | 248 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument 279 *valuep = n; in sh_pfc_get_config_reg()
|
/linux/include/drm/ |
A D | drm_dp_helper.h | 2039 unsigned int offset, u8 *valuep) in drm_dp_dpcd_readb() argument 2041 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb()
|
Completed in 22 milliseconds