Home
last modified time | relevance | path

Searched refs:hs_descs (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c64 } __attribute__ ((__packed__)) fs_descs, hs_descs; member
95 .hs_descs = {
97 .bLength = sizeof(descriptors.hs_descs.intf),
104 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
111 .bLength = sizeof(descriptors.hs_descs.bulk_source),
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c62 } __attribute__ ((__packed__)) fs_descs, hs_descs; member
93 .hs_descs = {
95 .bLength = sizeof(descriptors.hs_descs.intf),
102 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
109 .bLength = sizeof(descriptors.hs_descs.bulk_source),
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c64 } __attribute__ ((__packed__)) fs_descs, hs_descs; member
95 .hs_descs = {
97 .bLength = sizeof(descriptors.hs_descs.intf),
104 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
111 .bLength = sizeof(descriptors.hs_descs.bulk_source),
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c80 } __attribute__ ((__packed__)) fs_descs, hs_descs; member
111 .hs_descs = {
113 .bLength = sizeof(descriptors.hs_descs.intf),
120 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
127 .bLength = sizeof(descriptors.hs_descs.bulk_source),
/kernel/linux/linux-5.10/tools/usb/
H A Dffs-test.c118 } __attribute__((packed)) fs_descs, hs_descs; member
159 .hs_descs = {
168 .bLength = sizeof descriptors.hs_descs.sink,
175 .bLength = sizeof descriptors.hs_descs.source,
193 .bLength = sizeof descriptors.hs_descs.sink,
207 .bLength = sizeof descriptors.hs_descs.source,
/kernel/linux/linux-6.6/tools/usb/
H A Dffs-test.c118 } __attribute__((packed)) fs_descs, hs_descs; member
159 .hs_descs = {
168 .bLength = sizeof descriptors.hs_descs.sink,
175 .bLength = sizeof descriptors.hs_descs.source,
193 .bLength = sizeof descriptors.hs_descs.sink,
207 .bLength = sizeof descriptors.hs_descs.source,
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_fs.c3136 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind()
3208 func->function.hs_descriptors = vla_ptr(vlabuf, d, hs_descs); in _ffs_func_bind()
H A Df_generic.c2959 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind()
3030 func->function.hs_descriptors = vla_ptr(vlabuf, d, hs_descs); in _ffs_func_bind()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_fs.c3064 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind()
3134 func->function.hs_descriptors = vla_ptr(vlabuf, d, hs_descs); in _ffs_func_bind()
H A Df_generic.c2961 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind()
3032 func->function.hs_descriptors = vla_ptr(vlabuf, d, hs_descs); in _ffs_func_bind()

Completed in 22 milliseconds