Searched refs:bLength (Results 1 – 4 of 4) sorted by relevance
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 73 .bLength = sizeof(descriptors.fs_descs.intf), 80 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 86 .bLength = sizeof(descriptors.fs_descs.bulk_source), 95 .bLength = sizeof(descriptors.hs_descs.intf), 102 .bLength = sizeof(descriptors.hs_descs.bulk_sink), 108 .bLength = sizeof(descriptors.hs_descs.bulk_source),
|
/tools/usb/ffs-aio-example/multibuff/device_app/ |
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/ |
D | testusb.c | 80 __u8 bLength; member 97 __u8 bLength; member 154 if (u.intf.bLength == sizeof u.intf in testdev_ffs_ifnum() 171 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) in testdev_ifnum()
|
D | ffs-test.c | 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, 159 .bLength = sizeof descriptors.hs_descs.sink, 166 .bLength = sizeof descriptors.hs_descs.source,
|