Searched refs:bDescriptorType (Results 1 – 4 of 4) sorted by relevance
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 74 .bDescriptorType = USB_DT_INTERFACE, 81 .bDescriptorType = USB_DT_ENDPOINT, 87 .bDescriptorType = USB_DT_ENDPOINT, 96 .bDescriptorType = USB_DT_INTERFACE, 103 .bDescriptorType = USB_DT_ENDPOINT, 109 .bDescriptorType = USB_DT_ENDPOINT,
|
/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 76 .bDescriptorType = USB_DT_INTERFACE, 83 .bDescriptorType = USB_DT_ENDPOINT, 89 .bDescriptorType = USB_DT_ENDPOINT, 98 .bDescriptorType = USB_DT_INTERFACE, 105 .bDescriptorType = USB_DT_ENDPOINT, 112 .bDescriptorType = USB_DT_ENDPOINT,
|
/tools/usb/ |
D | testusb.c | 81 __u8 bDescriptorType; member 98 __u8 bDescriptorType; member 155 && u.intf.bDescriptorType == USB_DT_INTERFACE in testdev_ffs_ifnum() 171 if (dev.bLength != sizeof dev || dev.bDescriptorType != USB_DT_DEVICE) in testdev_ifnum()
|
D | ffs-test.c | 129 .bDescriptorType = USB_DT_INTERFACE, 136 .bDescriptorType = USB_DT_ENDPOINT, 143 .bDescriptorType = USB_DT_ENDPOINT, 153 .bDescriptorType = USB_DT_INTERFACE, 160 .bDescriptorType = USB_DT_ENDPOINT, 167 .bDescriptorType = USB_DT_ENDPOINT,
|