Lines Matching defs:valuep
1902 typedef int (*ffs_entity_callback)(enum ffs_entity_type entity, u8 *valuep,
2074 u8 *valuep, struct usb_descriptor_header *desc,
2092 if (*valuep >= helper->interfaces_count)
2093 helper->interfaces_count = *valuep + 1;
2101 if (*valuep > helper->ffs->strings_count)
2102 helper->ffs->strings_count = *valuep;
2673 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep,
2695 func->function.ss_descriptors[(uintptr_t)valuep] = desc;
2698 func->function.hs_descriptors[(uintptr_t)valuep] = desc;
2701 func->function.fs_descriptors[(uintptr_t)valuep] = desc;
2763 static int __ffs_func_bind_do_nums(enum ffs_entity_type type, u8 *valuep,
2778 idx = *valuep;
2790 newValue = func->ffs->stringtabs[0]->strings[*valuep - 1].id;
2801 idx = (*valuep & USB_ENDPOINT_NUMBER_MASK) - 1;
2813 pr_vdebug("%02x -> %02x\n", *valuep, newValue);
2814 *valuep = newValue;