Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/tegra/
Driscv.h23 struct tegra_drm_riscv_descriptor os_desc; member
Driscv.c40 struct tegra_drm_riscv_descriptor *os = &riscv->os_desc; in tegra_drm_riscv_read_descriptors()
Dnvdec.c136 &nvdec->riscv.os_desc); in nvdec_boot_riscv()
/linux-6.12.1/Documentation/ABI/testing/
Dconfigfs-usb-gadget133 What: /config/usb-gadget/gadget/os_desc
/linux-6.12.1/include/linux/usb/
Dcomposite.h110 struct usb_os_desc *os_desc; member
/linux-6.12.1/drivers/usb/gadget/
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-6.12.1/drivers/usb/gadget/function/
Df_fs.c3424 memcpy(t->os_desc->ext_compat_id, &desc->IDs, in __ffs_func_bind_do_os_desc()
3475 t->os_desc->ext_prop_len += in __ffs_func_bind_do_os_desc()
3477 ++t->os_desc->ext_prop_count; in __ffs_func_bind_do_os_desc()
3478 list_add_tail(&ext_prop->entry, &t->os_desc->ext_prop); in __ffs_func_bind_do_os_desc()
3562 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind()
3669 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind()
3670 vla_ptr(vlabuf, d, os_desc) + in _ffs_func_bind()
Df_rndis.c677 f->os_desc_table[0].os_desc = &rndis_opts->rndis_os_desc; in rndis_bind()
Df_ncm.c1449 f->os_desc_table[0].os_desc = &ncm_opts->ncm_os_desc; in ncm_bind()