/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | riscv.h | 23 struct tegra_drm_riscv_descriptor os_desc; member
|
H A D | riscv.c | 40 struct tegra_drm_riscv_descriptor *os = &riscv->os_desc; in tegra_drm_riscv_read_descriptors()
|
H A D | nvdec.c | 136 &nvdec->riscv.os_desc); in nvdec_boot_riscv()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
H A D | configfs.c | 87 struct os_desc { struct 781 static inline struct os_desc *to_os_desc(struct config_item *item) in to_os_desc() 783 return container_of(to_config_group(item), struct os_desc, group); in to_os_desc() 886 struct os_desc *os_desc = to_os_desc(item); in os_desc_attr_release() local 887 kfree(os_desc); in os_desc_attr_release() 1223 config_group_init_type_name(os_desc_group, "os_desc", os_desc_type); in usb_os_desc_prepare_interf_dir() 1589 config_group_init_type_name(&gi->os_desc_group, "os_desc", in gadgets_make()
|
H A D | composite.c | 1495 d = f->os_desc_table[j].os_desc; in count_ext_compat() 1520 d = f->os_desc_table[j].os_desc; in fill_ext_compat() 1551 d = f->os_desc_table[j].os_desc; in count_ext_prop() 1569 d = f->os_desc_table[j].os_desc; in len_ext_prop() 1589 d = f->os_desc_table[j].os_desc; in fill_ext_prop()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | composite.c | 1634 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()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | composite.h | 107 * @os_desc: "Extended Compatibility ID" and "Extended Properties" of the 115 struct usb_os_desc *os_desc; member 450 * @os_desc_pending: true when os_desc request is queued but not completed
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | composite.h | 94 * @os_desc: "Extended Compatibility ID" and "Extended Properties" of the 102 struct usb_os_desc *os_desc; member 449 * @os_desc_pending: true when os_desc request is queued but not completed
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_fs.c | 3004 memcpy(t->os_desc->ext_compat_id, &desc->CompatibleID, in __ffs_func_bind_do_os_desc() 3056 t->os_desc->ext_prop_len += in __ffs_func_bind_do_os_desc() 3058 ++t->os_desc->ext_prop_count; in __ffs_func_bind_do_os_desc() 3059 list_add_tail(&ext_prop->entry, &t->os_desc->ext_prop); in __ffs_func_bind_do_os_desc() 3145 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind() 3254 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind() 3255 vla_ptr(vlabuf, d, os_desc) + in _ffs_func_bind()
|
H A D | f_generic.c | 2830 memcpy(t->os_desc->ext_compat_id, &desc->CompatibleID, in __ffs_func_bind_do_os_desc() 2880 t->os_desc->ext_prop_len += in __ffs_func_bind_do_os_desc() 2882 ++t->os_desc->ext_prop_count; in __ffs_func_bind_do_os_desc() 2883 list_add_tail(&ext_prop->entry, &t->os_desc->ext_prop); in __ffs_func_bind_do_os_desc() 2968 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind() 3073 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind() 3074 vla_ptr(vlabuf, d, os_desc) + in _ffs_func_bind()
|
H A D | f_rndis.c | 690 f->os_desc_table[0].os_desc = &rndis_opts->rndis_os_desc; in rndis_bind()
|
H A D | f_ncm.c | 1453 f->os_desc_table[0].os_desc = &ncm_opts->ncm_os_desc; in ncm_bind()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_fs.c | 2934 memcpy(t->os_desc->ext_compat_id, &desc->CompatibleID, in __ffs_func_bind_do_os_desc() 2986 t->os_desc->ext_prop_len += in __ffs_func_bind_do_os_desc() 2988 ++t->os_desc->ext_prop_count; in __ffs_func_bind_do_os_desc() 2989 list_add_tail(&ext_prop->entry, &t->os_desc->ext_prop); in __ffs_func_bind_do_os_desc() 3073 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind() 3180 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind() 3181 vla_ptr(vlabuf, d, os_desc) + in _ffs_func_bind()
|
H A D | f_generic.c | 2832 memcpy(t->os_desc->ext_compat_id, &desc->CompatibleID, in __ffs_func_bind_do_os_desc() 2882 t->os_desc->ext_prop_len += in __ffs_func_bind_do_os_desc() 2884 ++t->os_desc->ext_prop_count; in __ffs_func_bind_do_os_desc() 2885 list_add_tail(&ext_prop->entry, &t->os_desc->ext_prop); in __ffs_func_bind_do_os_desc() 2970 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind() 3075 desc = func->function.os_desc_table[i].os_desc = in _ffs_func_bind() 3076 vla_ptr(vlabuf, d, os_desc) + in _ffs_func_bind()
|
H A D | f_rndis.c | 677 f->os_desc_table[0].os_desc = &rndis_opts->rndis_os_desc; in rndis_bind()
|
H A D | f_ncm.c | 1436 f->os_desc_table[0].os_desc = &ncm_opts->ncm_os_desc; in ncm_bind()
|