Home
last modified time | relevance | path

Searched refs:os_desc (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/tegra/
H A Driscv.h23 struct tegra_drm_riscv_descriptor os_desc; member
H A Driscv.c40 struct tegra_drm_riscv_descriptor *os = &riscv->os_desc; in tegra_drm_riscv_read_descriptors()
H A Dnvdec.c136 &nvdec->riscv.os_desc); in nvdec_boot_riscv()
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget133 What: /config/usb-gadget/gadget/os_desc
/linux/include/linux/usb/
H A Dcomposite.h110 struct usb_os_desc *os_desc; member
/linux/drivers/usb/gadget/
H A Dcomposite.c1634 d = f->os_desc_table[j].os_desc; in count_ext_compat()
1659 d = f->os_desc_table[j].os_desc; in fill_ext_compat()
1690 d = f->os_desc_table[j].os_desc; in count_ext_prop()
1708 d = f->os_desc_table[j].os_desc; in len_ext_prop()
1728 d = f->os_desc_table[j].os_desc; in fill_ext_prop()
/linux/drivers/usb/gadget/function/
H A Df_fs.c3418 memcpy(t->os_desc->ext_compat_id, &desc->IDs, in __ffs_func_bind_do_os_desc()
3469 t->os_desc->ext_prop_len += in __ffs_func_bind_do_os_desc()
3471 ++t->os_desc->ext_prop_count; in __ffs_func_bind_do_os_desc()
3472 list_add_tail(&ext_prop->entry, &t->os_desc->ext_prop); in __ffs_func_bind_do_os_desc()
3556 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind()
3663 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind()
3664 vla_ptr(vlabuf, d, os_desc) + in _ffs_func_bind()
H A Df_rndis.c677 f->os_desc_table[0].os_desc = &rndis_opts->rndis_os_desc; in rndis_bind()
H A Df_ncm.c1449 f->os_desc_table[0].os_desc = &ncm_opts->ncm_os_desc; in ncm_bind()