Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dcontrol_compat.c221 void __user *valuep, in copy_ctl_value_from_user() argument
242 s32 __user *intp = valuep; in copy_ctl_value_from_user()
254 if (copy_from_user(data->value.bytes.data, valuep, size)) in copy_ctl_value_from_user()
265 void __user *valuep, in copy_ctl_value_to_user() argument
274 s32 __user *intp = valuep; in copy_ctl_value_to_user()
282 if (copy_to_user(valuep, data->value.bytes.data, size)) in copy_ctl_value_to_user()
289 void __user *userdata, void __user *valuep) in ctl_elem_read_user() argument
298 err = copy_ctl_value_from_user(card, data, userdata, valuep, in ctl_elem_read_user()
309 err = copy_ctl_value_to_user(userdata, valuep, data, type, count); in ctl_elem_read_user()
316 void __user *userdata, void __user *valuep) in ctl_elem_write_user() argument
[all …]
/Linux-v5.4/scripts/dtc/
Dfdtput.c57 char **valuep, int *value_len) in encode_value() argument
114 *valuep = value; in encode_value()
/Linux-v5.4/drivers/usb/gadget/function/
Df_fs.c2011 u8 *valuep,
2200 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
2218 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2219 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2227 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
2228 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
2801 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument
2823 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2826 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2829 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
[all …]
/Linux-v5.4/drivers/rtc/
Drtc-pcf8523.c42 static int pcf8523_read(struct i2c_client *client, u8 reg, u8 *valuep) in pcf8523_read() argument
62 *valuep = value; in pcf8523_read()
/Linux-v5.4/include/drm/
Ddrm_dp_helper.h1333 unsigned int offset, u8 *valuep) in drm_dp_dpcd_readb() argument
1335 return drm_dp_dpcd_read(aux, offset, valuep, 1); in drm_dp_dpcd_readb()
/Linux-v5.4/drivers/pinctrl/sh-pfc/
Dcore.c243 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument
274 *valuep = n; in sh_pfc_get_config_reg()
/Linux-v5.4/drivers/staging/isdn/avm/
Dc4.c177 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()