Lines Matching refs:valuep
2002 u8 *valuep,
2191 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
2209 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2210 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2218 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
2219 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
2792 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument
2814 func->function.ss_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2817 func->function.hs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2820 func->function.fs_descriptors[(long)valuep] = desc; in __ffs_func_bind_do_descs()
2892 static int __ffs_func_bind_do_nums(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_nums() argument
2907 idx = *valuep; in __ffs_func_bind_do_nums()
2919 newValue = func->ffs->stringtabs[0]->strings[*valuep - 1].id; in __ffs_func_bind_do_nums()
2930 idx = (*valuep & USB_ENDPOINT_NUMBER_MASK) - 1; in __ffs_func_bind_do_nums()
2942 pr_vdebug("%02x -> %02x\n", *valuep, newValue); in __ffs_func_bind_do_nums()
2943 *valuep = newValue; in __ffs_func_bind_do_nums()