Home
last modified time | relevance | path

Searched defs:usb_endpoint_descriptor (Results 1 – 2 of 2) sorted by relevance

/trueos/lib/libusb/
HDusb.h98 struct usb_endpoint_descriptor { struct
99 uint8_t bLength;
100 uint8_t bDescriptorType;
101 uint8_t bEndpointAddress;
104 uint8_t bmAttributes;
132 struct usb_endpoint_descriptor *endpoint; argument
/trueos/sys/dev/usb/
HDusb.h517 struct usb_endpoint_descriptor { struct
518 uByte bLength;
519 uByte bDescriptorType;
520 uByte bEndpointAddress;
554 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument