Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/function/
Df_rndis.c672 f->os_desc_table = kzalloc(sizeof(*f->os_desc_table), in rndis_bind()
674 if (!f->os_desc_table) in rndis_bind()
677 f->os_desc_table[0].os_desc = &rndis_opts->rndis_os_desc; in rndis_bind()
720 f->os_desc_table[0].if_id = in rndis_bind()
809 kfree(f->os_desc_table); in rndis_bind()
959 kfree(f->os_desc_table); in rndis_unbind()
Df_ncm.c1423 f->os_desc_table = kzalloc(sizeof(*f->os_desc_table), in ncm_bind()
1425 if (!f->os_desc_table) in ncm_bind()
1428 f->os_desc_table[0].os_desc = &ncm_opts->ncm_os_desc; in ncm_bind()
1470 f->os_desc_table[0].if_id = in ncm_bind()
1550 kfree(f->os_desc_table); in ncm_bind()
1670 kfree(f->os_desc_table); in ncm_unbind()
Df_fs.c2932 t = &func->function.os_desc_table[desc->bFirstInterfaceNumber]; in __ffs_func_bind_do_os_desc()
2947 t = &func->function.os_desc_table[h->interface]; in __ffs_func_bind_do_os_desc()
3069 vla_item_with_sz(d, struct usb_os_desc_table, os_desc_table, in _ffs_func_bind()
3175 func->function.os_desc_table = vla_ptr(vlabuf, d, os_desc_table); in _ffs_func_bind()
3180 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind()
/Linux-v6.6/drivers/usb/gadget/
Dcomposite.c1632 if (i != f->os_desc_table[j].if_id) in count_ext_compat()
1634 d = f->os_desc_table[j].os_desc; in count_ext_compat()
1657 if (i != f->os_desc_table[j].if_id) in fill_ext_compat()
1659 d = f->os_desc_table[j].os_desc; in fill_ext_compat()
1688 if (interface != f->os_desc_table[j].if_id) in count_ext_prop()
1690 d = f->os_desc_table[j].os_desc; in count_ext_prop()
1706 if (interface != f->os_desc_table[j].if_id) in len_ext_prop()
1708 d = f->os_desc_table[j].os_desc; in len_ext_prop()
1726 if (interface != f->os_desc_table[j].if_id) in fill_ext_prop()
1728 d = f->os_desc_table[j].os_desc; in fill_ext_prop()
/Linux-v6.6/include/linux/usb/
Dcomposite.h191 struct usb_os_desc_table *os_desc_table; member