Searched refs:ext_compat_id (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/include/linux/usb/ |
D | composite.h | 81 char *ext_compat_id; member
|
/Linux-v6.6/drivers/usb/gadget/ |
D | configfs.c | 1453 memcpy(page, to_usb_os_desc(item)->ext_compat_id, 8); in interf_grp_compatible_id_show() 1468 memcpy(desc->ext_compat_id, page, l); in interf_grp_compatible_id_store() 1479 memcpy(page, to_usb_os_desc(item)->ext_compat_id + 8, 8); in interf_grp_sub_compatible_id_show() 1494 memcpy(desc->ext_compat_id + 8, page, l); in interf_grp_sub_compatible_id_store()
|
D | composite.c | 1635 if (d && d->ext_compat_id) in count_ext_compat() 1660 if (d && d->ext_compat_id) { in fill_ext_compat() 1663 memcpy(buf, d->ext_compat_id, 16); in fill_ext_compat() 1691 if (d && d->ext_compat_id) in count_ext_prop()
|
/Linux-v6.6/drivers/usb/gadget/function/ |
D | f_rndis.c | 909 opts->rndis_os_desc.ext_compat_id = opts->rndis_ext_compat_id; in rndis_alloc_inst()
|
D | f_ncm.c | 1621 opts->ncm_os_desc.ext_compat_id = opts->ncm_ext_compat_id; in ncm_alloc_inst()
|
D | f_fs.c | 2934 memcpy(t->os_desc->ext_compat_id, &desc->CompatibleID, in __ffs_func_bind_do_os_desc() 3183 desc->ext_compat_id = in _ffs_func_bind()
|