Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/function/
Df_rndis.c685 f->os_desc_table = kzalloc(sizeof(*f->os_desc_table), in rndis_bind()
687 if (!f->os_desc_table) in rndis_bind()
690 f->os_desc_table[0].os_desc = &rndis_opts->rndis_os_desc; in rndis_bind()
733 f->os_desc_table[0].if_id = in rndis_bind()
824 kfree(f->os_desc_table); in rndis_bind()
974 kfree(f->os_desc_table); in rndis_unbind()
Df_ncm.c1428 f->os_desc_table = kzalloc(sizeof(*f->os_desc_table), in ncm_bind()
1430 if (!f->os_desc_table) in ncm_bind()
1433 f->os_desc_table[0].os_desc = &ncm_opts->ncm_os_desc; in ncm_bind()
1475 f->os_desc_table[0].if_id = in ncm_bind()
1557 kfree(f->os_desc_table); in ncm_bind()
1677 kfree(f->os_desc_table); in ncm_unbind()
Df_fs.c2959 t = &func->function.os_desc_table[desc->bFirstInterfaceNumber]; in __ffs_func_bind_do_os_desc()
2974 t = &func->function.os_desc_table[h->interface]; in __ffs_func_bind_do_os_desc()
3098 vla_item_with_sz(d, struct usb_os_desc_table, os_desc_table, in _ffs_func_bind()
3206 func->function.os_desc_table = vla_ptr(vlabuf, d, os_desc_table); in _ffs_func_bind()
3211 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind()
/Linux-v5.15/drivers/usb/gadget/
Dcomposite.c1524 if (i != f->os_desc_table[j].if_id) in count_ext_compat()
1526 d = f->os_desc_table[j].os_desc; in count_ext_compat()
1549 if (i != f->os_desc_table[j].if_id) in fill_ext_compat()
1551 d = f->os_desc_table[j].os_desc; in fill_ext_compat()
1580 if (interface != f->os_desc_table[j].if_id) in count_ext_prop()
1582 d = f->os_desc_table[j].os_desc; in count_ext_prop()
1598 if (interface != f->os_desc_table[j].if_id) in len_ext_prop()
1600 d = f->os_desc_table[j].os_desc; in len_ext_prop()
1618 if (interface != f->os_desc_table[j].if_id) in fill_ext_prop()
1620 d = f->os_desc_table[j].os_desc; in fill_ext_prop()
/Linux-v5.15/include/linux/usb/
Dcomposite.h201 struct usb_os_desc_table *os_desc_table; member