Searched refs:os_desc (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/usb/gadget/ |
D | configfs.c | 99 struct os_desc { struct 731 static inline struct os_desc *to_os_desc(struct config_item *item) in to_os_desc() 733 return container_of(to_config_group(item), struct os_desc, group); in to_os_desc() 836 struct os_desc *os_desc = to_os_desc(item); in os_desc_attr_release() local 837 kfree(os_desc); in os_desc_attr_release()
|
D | composite.c | 1430 d = f->os_desc_table[j].os_desc; in count_ext_compat() 1455 d = f->os_desc_table[j].os_desc; in fill_ext_compat() 1486 d = f->os_desc_table[j].os_desc; in count_ext_prop() 1504 d = f->os_desc_table[j].os_desc; in len_ext_prop() 1524 d = f->os_desc_table[j].os_desc; in fill_ext_prop()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 116 What: /config/usb-gadget/gadget/os_desc
|
/Linux-v5.4/include/linux/usb/ |
D | composite.h | 115 struct usb_os_desc *os_desc; member
|
/Linux-v5.4/drivers/usb/gadget/function/ |
D | f_fs.c | 2970 memcpy(t->os_desc->ext_compat_id, &desc->CompatibleID, in __ffs_func_bind_do_os_desc() 3022 t->os_desc->ext_prop_len += in __ffs_func_bind_do_os_desc() 3024 ++t->os_desc->ext_prop_count; in __ffs_func_bind_do_os_desc() 3025 list_add_tail(&ext_prop->entry, &t->os_desc->ext_prop); in __ffs_func_bind_do_os_desc() 3109 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind() 3217 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind() 3218 vla_ptr(vlabuf, d, os_desc) + in _ffs_func_bind()
|
D | f_rndis.c | 687 f->os_desc_table[0].os_desc = &rndis_opts->rndis_os_desc; in rndis_bind()
|
D | f_ncm.c | 1402 f->os_desc_table[0].os_desc = &ncm_opts->ncm_os_desc; in ncm_bind()
|