Home
last modified time | relevance | path

Searched refs:fs_descs (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c62 } __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),
/Linux-v6.1/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c64 } __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),
/Linux-v6.1/tools/usb/
Dffs-test.c118 } __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,
/Linux-v6.1/drivers/usb/gadget/function/
Df_fs.c3132 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind()
3192 func->function.fs_descriptors = vla_ptr(vlabuf, d, fs_descs); in _ffs_func_bind()