Searched refs:valuep (Results 1 – 4 of 4) sorted by relevance
1721 u8 *valuep,1896 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument1914 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() argument2474 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 …]
42 static int pcf8523_read(struct i2c_client *client, u8 reg, u8 *valuep) in pcf8523_read() argument62 *valuep = value; in pcf8523_read()
233 int *valuep) in sh_pfc_get_config_reg() argument262 *valuep = n; in sh_pfc_get_config_reg()
177 static int c4_peek(avmcard *card, unsigned long off, unsigned long *valuep) in c4_peek() argument188 *valuep = c4inmeml(card->mbase + MBOX_PEEK_POKE); in c4_peek()