Searched refs:fs_descs (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 64 } __attribute__ ((__packed__)) fs_descs, hs_descs; member 73 .fs_descs = { 75 .bLength = sizeof(descriptors.fs_descs.intf), 82 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 88 .bLength = sizeof(descriptors.fs_descs.bulk_source),
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 62 } __attribute__ ((__packed__)) fs_descs, hs_descs; member 71 .fs_descs = { 73 .bLength = sizeof(descriptors.fs_descs.intf), 80 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 86 .bLength = sizeof(descriptors.fs_descs.bulk_source),
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 64 } __attribute__ ((__packed__)) fs_descs, hs_descs; member 73 .fs_descs = { 75 .bLength = sizeof(descriptors.fs_descs.intf), 82 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 88 .bLength = sizeof(descriptors.fs_descs.bulk_source),
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 80 } __attribute__ ((__packed__)) fs_descs, hs_descs; member 89 .fs_descs = { 91 .bLength = sizeof(descriptors.fs_descs.intf), 98 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 104 .bLength = sizeof(descriptors.fs_descs.bulk_source),
|
/kernel/linux/linux-5.10/tools/usb/ |
H A D | ffs-test.c | 118 } __attribute__((packed)) fs_descs, hs_descs; member 135 .fs_descs = { 137 .bLength = sizeof descriptors.fs_descs.intf, 144 .bLength = sizeof descriptors.fs_descs.sink, 151 .bLength = sizeof descriptors.fs_descs.source, 161 .bLength = sizeof descriptors.fs_descs.intf, 186 .bLength = sizeof descriptors.fs_descs.intf,
|
/kernel/linux/linux-6.6/tools/usb/ |
H A D | ffs-test.c | 118 } __attribute__((packed)) fs_descs, hs_descs; member 135 .fs_descs = { 137 .bLength = sizeof descriptors.fs_descs.intf, 144 .bLength = sizeof descriptors.fs_descs.sink, 151 .bLength = sizeof descriptors.fs_descs.source, 161 .bLength = sizeof descriptors.fs_descs.intf, 186 .bLength = sizeof descriptors.fs_descs.intf,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_fs.c | 3134 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind() 3194 func->function.fs_descriptors = vla_ptr(vlabuf, d, fs_descs); in _ffs_func_bind()
|
H A D | f_generic.c | 2957 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind() 3017 func->function.fs_descriptors = vla_ptr(vlabuf, d, fs_descs); in _ffs_func_bind()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_fs.c | 3062 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind() 3120 func->function.fs_descriptors = vla_ptr(vlabuf, d, fs_descs); in _ffs_func_bind()
|
H A D | f_generic.c | 2959 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind() 3019 func->function.fs_descriptors = vla_ptr(vlabuf, d, fs_descs); in _ffs_func_bind()
|
Completed in 22 milliseconds