Home
last modified time | relevance | path

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

/linux/sound/core/
A Dcontrol_compat.c210 void __user *valuep, in copy_ctl_value_from_user() argument
231 s32 __user *intp = valuep; in copy_ctl_value_from_user()
254 void __user *valuep, in copy_ctl_value_to_user() argument
264 s32 __user *intp = valuep; in copy_ctl_value_to_user()
272 if (copy_to_user(valuep, data->value.bytes.data, size)) in copy_ctl_value_to_user()
281 void __user *userdata, void __user *valuep) in __ctl_elem_read_user() argument
302 void __user *userdata, void __user *valuep) in ctl_elem_read_user() argument
309 err = __ctl_elem_read_user(card, userdata, valuep); in ctl_elem_read_user()
315 void __user *userdata, void __user *valuep) in __ctl_elem_write_user() argument
337 void __user *userdata, void __user *valuep) in ctl_elem_write_user() argument
[all …]
/linux/scripts/dtc/
A Dfdtput.c57 char **valuep, int *value_len) in encode_value() argument
114 *valuep = value; in encode_value()
/linux/drivers/usb/gadget/function/
A Df_fs.c2469 u8 *valuep,
2662 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
2678 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2679 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2687 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
2688 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
3277 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
3370 idx = *valuep; in __ffs_func_bind_do_nums()
3393 idx = (*valuep & USB_ENDPOINT_NUMBER_MASK) - 1; in __ffs_func_bind_do_nums()
3405 pr_vdebug("%02x -> %02x\n", *valuep, newValue); in __ffs_func_bind_do_nums()
[all …]
/linux/include/drm/display/
A Ddrm_dp_helper.h540 unsigned int offset, u8 *valuep) in drm_dp_dpcd_readb() argument
542 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb()
/linux/drivers/pinctrl/renesas/
A Dcore.c247 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument
281 *valuep = n; in sh_pfc_get_config_reg()

Completed in 20 milliseconds