Home
last modified time | relevance | path

Searched refs:os_desc_table (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/function/
Df_rndis.c682 f->os_desc_table = kzalloc(sizeof(*f->os_desc_table), in rndis_bind()
684 if (!f->os_desc_table) in rndis_bind()
687 f->os_desc_table[0].os_desc = &rndis_opts->rndis_os_desc; in rndis_bind()
730 f->os_desc_table[0].if_id = in rndis_bind()
821 kfree(f->os_desc_table); in rndis_bind()
971 kfree(f->os_desc_table); in rndis_unbind()
Df_fs.c2861 t = &func->function.os_desc_table[desc->bFirstInterfaceNumber]; in __ffs_func_bind_do_os_desc()
2876 t = &func->function.os_desc_table[h->interface]; in __ffs_func_bind_do_os_desc()
2998 vla_item_with_sz(d, struct usb_os_desc_table, os_desc_table, in _ffs_func_bind()
3105 func->function.os_desc_table = vla_ptr(vlabuf, d, os_desc_table); in _ffs_func_bind()
3110 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind()
/Linux-v4.19/drivers/usb/gadget/
Dcomposite.c1414 if (i != f->os_desc_table[j].if_id) in count_ext_compat()
1416 d = f->os_desc_table[j].os_desc; in count_ext_compat()
1439 if (i != f->os_desc_table[j].if_id) in fill_ext_compat()
1441 d = f->os_desc_table[j].os_desc; in fill_ext_compat()
1470 if (interface != f->os_desc_table[j].if_id) in count_ext_prop()
1472 d = f->os_desc_table[j].os_desc; in count_ext_prop()
1488 if (interface != f->os_desc_table[j].if_id) in len_ext_prop()
1490 d = f->os_desc_table[j].os_desc; in len_ext_prop()
1508 if (interface != f->os_desc_table[j].if_id) in fill_ext_prop()
1510 d = f->os_desc_table[j].os_desc; in fill_ext_prop()
/Linux-v4.19/include/linux/usb/
Dcomposite.h201 struct usb_os_desc_table *os_desc_table; member