Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dusb.h148 struct usb_config_descriptor { struct
149 uint8_t bLength;
150 uint8_t bDescriptorType;
151 uint16_t wTotalLength;
152 uint8_t bNumInterfaces;
153 uint8_t bConfigurationValue;
154 uint8_t iConfiguration;
155 uint8_t bmAttributes;
156 uint8_t MaxPower;
158 struct usb_interface *interface;
[all …]
/freebsd/sys/dev/usb/
H A Dusb.h386 struct usb_config_descriptor { struct
401 typedef struct usb_config_descriptor usb_config_descriptor_t; argument