Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Df_fs.c1721 u8 *valuep,
1896 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
1914 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
1915 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
1923 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
1924 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
2452 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument
2474 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2477 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2480 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
[all …]
/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()
/drivers/pinctrl/sh-pfc/
Dcore.c233 int *valuep) in sh_pfc_get_config_reg() argument
262 *valuep = n; in sh_pfc_get_config_reg()
/drivers/isdn/hardware/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()