Lines Matching defs:valuep
2492 u8 *valuep,
2685 u8 *valuep, struct usb_descriptor_header *desc,
2701 if (*valuep >= helper->interfaces_count)
2702 helper->interfaces_count = *valuep + 1;
2710 if (*valuep > helper->ffs->strings_count)
2711 helper->ffs->strings_count = *valuep;
3278 static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep,
3300 func->function.ss_descriptors[(long)valuep] = desc;
3303 func->function.hs_descriptors[(long)valuep] = desc;
3306 func->function.fs_descriptors[(long)valuep] = desc;
3378 static int __ffs_func_bind_do_nums(enum ffs_entity_type type, u8 *valuep,
3393 idx = *valuep;
3405 newValue = func->ffs->stringtabs[0]->strings[*valuep - 1].id;
3416 idx = (*valuep & USB_ENDPOINT_NUMBER_MASK) - 1;
3428 pr_vdebug("%02x -> %02x\n", *valuep, newValue);
3429 *valuep = newValue;