Lines Matching refs:t
2551 struct usb_gadget_strings **stringtabs, *t; in __ffs_data_got_strings() local
2599 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
2602 *stringtabs++ = t++; in __ffs_data_got_strings()
2608 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
2622 t->language = get_unaligned_le16(data); in __ffs_data_got_strings()
2623 t->strings = s; in __ffs_data_got_strings()
2624 ++t; in __ffs_data_got_strings()
2935 struct usb_os_desc_table *t; in __ffs_func_bind_do_os_desc() local
2937 t = &func->function.os_desc_table[desc->bFirstInterfaceNumber]; in __ffs_func_bind_do_os_desc()
2938 t->if_id = func->interfaces_nums[desc->bFirstInterfaceNumber]; in __ffs_func_bind_do_os_desc()
2939 memcpy(t->os_desc->ext_compat_id, &desc->CompatibleID, in __ffs_func_bind_do_os_desc()
2947 struct usb_os_desc_table *t; in __ffs_func_bind_do_os_desc() local
2952 t = &func->function.os_desc_table[h->interface]; in __ffs_func_bind_do_os_desc()
2953 t->if_id = func->interfaces_nums[h->interface]; in __ffs_func_bind_do_os_desc()
2991 t->os_desc->ext_prop_len += in __ffs_func_bind_do_os_desc()
2993 ++t->os_desc->ext_prop_count; in __ffs_func_bind_do_os_desc()
2994 list_add_tail(&ext_prop->entry, &t->os_desc->ext_prop); in __ffs_func_bind_do_os_desc()