Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Df_fs.c2051 u8 *valuep,
2240 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
2258 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2259 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2267 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
2268 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
2842 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument
2864 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2867 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2870 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
[all …]
/drivers/pinctrl/renesas/
Dcore.c248 unsigned int *fieldp, u32 *valuep) in sh_pfc_get_config_reg() argument
282 *valuep = n; in sh_pfc_get_config_reg()