Home
last modified time | relevance | path

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

/dflybsd-src/lib/libusb/
H A Dusb.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
/dflybsd-src/sys/bus/u4b/
H A Dusb.h511 struct usb_endpoint_descriptor { struct
512 uByte bLength;
513 uByte bDescriptorType;
514 uByte bEndpointAddress;
543 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument