Home
last modified time | relevance | path

Searched defs:usb_endpoint_descriptor (Results 1 – 2 of 2) sorted by last modified time

/freebsd/sys/dev/usb/
H A Dusb.h526 struct usb_endpoint_descriptor { struct
527 uByte bLength;
528 uByte bDescriptorType;
529 uByte bEndpointAddress;
563 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument
/freebsd/lib/libusb/
H A Dusb.h99 struct usb_endpoint_descriptor { struct
100 uint8_t bLength;
101 uint8_t bDescriptorType;
102 uint8_t bEndpointAddress;
105 uint8_t bmAttributes;
133 struct usb_endpoint_descriptor *endpoint; argument