Searched refs:ext_compat_id (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/usb/gadget/ |
| D | configfs.c | 1091 memcpy(page, to_usb_os_desc(item)->ext_compat_id, 8); in interf_grp_compatible_id_show() 1106 memcpy(desc->ext_compat_id, page, l); in interf_grp_compatible_id_store() 1117 memcpy(page, to_usb_os_desc(item)->ext_compat_id + 8, 8); in interf_grp_sub_compatible_id_show() 1132 memcpy(desc->ext_compat_id + 8, page, l); in interf_grp_sub_compatible_id_store()
|
| D | composite.c | 1431 if (d && d->ext_compat_id) in count_ext_compat() 1456 if (d && d->ext_compat_id) { in fill_ext_compat() 1459 memcpy(buf, d->ext_compat_id, 16); in fill_ext_compat() 1487 if (d && d->ext_compat_id) in count_ext_prop()
|
| /Linux-v5.4/include/linux/usb/ |
| D | composite.h | 94 char *ext_compat_id; member
|
| /Linux-v5.4/drivers/usb/gadget/function/ |
| D | f_rndis.c | 921 opts->rndis_os_desc.ext_compat_id = opts->rndis_ext_compat_id; in rndis_alloc_inst()
|
| D | f_ncm.c | 1597 opts->ncm_os_desc.ext_compat_id = opts->ncm_ext_compat_id; in ncm_alloc_inst()
|
| D | f_fs.c | 2970 memcpy(t->os_desc->ext_compat_id, &desc->CompatibleID, in __ffs_func_bind_do_os_desc() 3220 desc->ext_compat_id = in _ffs_func_bind()
|