Lines Matching defs:valuep
2044 u8 *valuep,
2233 u8 *valuep, struct usb_descriptor_header *desc,
2251 if (*valuep >= helper->interfaces_count)
2252 helper->interfaces_count = *valuep + 1;
2260 if (*valuep > helper->ffs->strings_count)
2261 helper->ffs->strings_count = *valuep;
2835 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep,
2857 func->function.ss_descriptors[(long)valuep] = desc;
2860 func->function.hs_descriptors[(long)valuep] = desc;
2863 func->function.fs_descriptors[(long)valuep] = desc;
2935 static int __ffs_func_bind_do_nums(enum ffs_entity_type type, u8 *valuep,
2950 idx = *valuep;
2962 newValue = func->ffs->stringtabs[0]->strings[*valuep - 1].id;
2973 idx = (*valuep & USB_ENDPOINT_NUMBER_MASK) - 1;
2985 pr_vdebug("%02x -> %02x\n", *valuep, newValue);
2986 *valuep = newValue;