Searched refs:valuep (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/sound/core/ |
D | control_compat.c | 236 void __user *valuep, in copy_ctl_value_from_user() argument 257 s32 __user *intp = valuep; in copy_ctl_value_from_user() 269 if (copy_from_user(data->value.bytes.data, valuep, size)) in copy_ctl_value_from_user() 280 void __user *valuep, in copy_ctl_value_to_user() argument 289 s32 __user *intp = valuep; in copy_ctl_value_to_user() 297 if (copy_to_user(valuep, data->value.bytes.data, size)) in copy_ctl_value_to_user() 304 void __user *userdata, void __user *valuep) in ctl_elem_read_user() argument 313 err = copy_ctl_value_from_user(card, data, userdata, valuep, in ctl_elem_read_user() 324 err = copy_ctl_value_to_user(userdata, valuep, data, in ctl_elem_read_user() 332 void __user *userdata, void __user *valuep) in ctl_elem_write_user() argument [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | fdtput.c | 71 char **valuep, int *value_len) in encode_value() argument 128 *valuep = value; in encode_value()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_fs.c | 1705 u8 *valuep, 1880 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument 1898 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity() 1899 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity() 1907 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity() 1908 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity() 2460 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument 2482 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() 2485 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() 2488 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs() [all …]
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-pcf8523.c | 42 static int pcf8523_read(struct i2c_client *client, u8 reg, u8 *valuep) in pcf8523_read() argument 62 *valuep = value; in pcf8523_read()
|
/linux-4.1.27/include/drm/ |
D | drm_dp_helper.h | 718 unsigned int offset, u8 *valuep) in drm_dp_dpcd_readb() argument 720 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb()
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | core.c | 232 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument 263 *valuep = n; in sh_pfc_get_config_reg()
|
/linux-4.1.27/drivers/isdn/hardware/avm/ |
D | c4.c | 177 static int c4_peek(avmcard *card, unsigned long off, unsigned long *valuep) in c4_peek() argument 188 *valuep = c4inmeml(card->mbase + MBOX_PEEK_POKE); in c4_peek()
|