Home
last modified time | relevance | path

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

/dflybsd-src/lib/libusb/
H A Dusb.h147 struct usb_config_descriptor { struct
148 uint8_t bLength;
149 uint8_t bDescriptorType;
150 uint16_t wTotalLength;
151 uint8_t bNumInterfaces;
152 uint8_t bConfigurationValue;
153 uint8_t iConfiguration;
154 uint8_t bmAttributes;
155 uint8_t MaxPower;
157 struct usb_interface *interface;
[all …]
/dflybsd-src/sys/bus/u4b/
H A Dusb.h373 struct usb_config_descriptor { struct
388 typedef struct usb_config_descriptor usb_config_descriptor_t; argument