Searched refs:bLength (Results 1 – 4 of 4) sorted by relevance
| /tools/usb/ffs-aio-example/simple/device_app/ |
| A D | aio_simple.c | 91 .bLength = sizeof(descriptors.fs_descs.intf), 98 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 104 .bLength = sizeof(descriptors.fs_descs.bulk_source), 113 .bLength = sizeof(descriptors.hs_descs.intf), 120 .bLength = sizeof(descriptors.hs_descs.bulk_sink), 127 .bLength = sizeof(descriptors.hs_descs.bulk_source),
|
| /tools/usb/ffs-aio-example/multibuff/device_app/ |
| A D | aio_multibuff.c | 75 .bLength = sizeof(descriptors.fs_descs.intf), 82 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 88 .bLength = sizeof(descriptors.fs_descs.bulk_source), 97 .bLength = sizeof(descriptors.hs_descs.intf), 104 .bLength = sizeof(descriptors.hs_descs.bulk_sink), 111 .bLength = sizeof(descriptors.hs_descs.bulk_source),
|
| /tools/usb/ |
| A D | ffs-test.c | 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, 168 .bLength = sizeof descriptors.hs_descs.sink, 175 .bLength = sizeof descriptors.hs_descs.source, 186 .bLength = sizeof descriptors.fs_descs.intf, 193 .bLength = sizeof descriptors.hs_descs.sink, 200 .bLength = USB_DT_SS_EP_COMP_SIZE, 207 .bLength = sizeof descriptors.hs_descs.source, [all …]
|
| A D | testusb.c | 67 __u8 bLength; member 84 __u8 bLength; member 147 if (u.intf.bLength == sizeof u.intf in testdev_ffs_ifnum() 164 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) in testdev_ifnum()
|
Completed in 7 milliseconds