Home
last modified time | relevance | path

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

/external/u-boot/include/
Dusbdescriptors.h202 struct usb_configuration_descriptor { struct
203 u8 bLength;
204 u8 bDescriptorType; /* 0x2 */
205 u16 wTotalLength;
206 u8 bNumInterfaces;
207 u8 bConfigurationValue;
208 u8 iConfiguration;
209 u8 bmAttributes;
210 u8 bMaxPower;