Lines Matching refs:valuep
1900 typedef int (*ffs_entity_callback)(enum ffs_entity_type entity, u8 *valuep,
2072 u8 *valuep, struct usb_descriptor_header *desc, in __ffs_data_do_entity() argument
2090 if (*valuep >= helper->interfaces_count) in __ffs_data_do_entity()
2091 helper->interfaces_count = *valuep + 1; in __ffs_data_do_entity()
2099 if (*valuep > helper->ffs->strings_count) in __ffs_data_do_entity()
2100 helper->ffs->strings_count = *valuep; in __ffs_data_do_entity()
2671 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_descs() argument
2693 func->function.ss_descriptors[(uintptr_t)valuep] = desc; in __ffs_func_bind_do_descs()
2696 func->function.hs_descriptors[(uintptr_t)valuep] = desc; in __ffs_func_bind_do_descs()
2699 func->function.fs_descriptors[(uintptr_t)valuep] = desc; in __ffs_func_bind_do_descs()
2761 static int __ffs_func_bind_do_nums(enum ffs_entity_type type, u8 *valuep, in __ffs_func_bind_do_nums() argument
2776 idx = *valuep; in __ffs_func_bind_do_nums()
2788 newValue = func->ffs->stringtabs[0]->strings[*valuep - 1].id; in __ffs_func_bind_do_nums()
2799 idx = (*valuep & USB_ENDPOINT_NUMBER_MASK) - 1; in __ffs_func_bind_do_nums()
2811 pr_vdebug("%02x -> %02x\n", *valuep, newValue); in __ffs_func_bind_do_nums()
2812 *valuep = newValue; in __ffs_func_bind_do_nums()