Searched refs:fs_descs (Results 1 – 3 of 3) sorted by relevance
/tools/usb/ffs-aio-example/simple/device_app/ |
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),
|
/tools/usb/ffs-aio-example/multibuff/device_app/ |
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),
|
/tools/usb/ |
D | ffs-test.c | 117 } __attribute__((packed)) fs_descs, hs_descs; member 126 .fs_descs = { 128 .bLength = sizeof descriptors.fs_descs.intf, 135 .bLength = sizeof descriptors.fs_descs.sink, 142 .bLength = sizeof descriptors.fs_descs.source, 152 .bLength = sizeof descriptors.fs_descs.intf,
|