Home
last modified time | relevance | path

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

/u-boot/include/
A Dusbdescriptors.h231 struct usb_qualifier_descriptor { struct
232 u8 bLength;
233 u8 bDescriptorType;
235 u16 bcdUSB;
236 u8 bDeviceClass;
237 u8 bDeviceSubClass;
238 u8 bDeviceProtocol;
239 u8 bMaxPacketSize0;
240 u8 bNumConfigurations;
241 u8 breserved;
/u-boot/include/linux/usb/
A Dch9.h693 struct usb_qualifier_descriptor { struct
694 __u8 bLength;
695 __u8 bDescriptorType;
697 __le16 bcdUSB;
698 __u8 bDeviceClass;
699 __u8 bDeviceSubClass;
700 __u8 bDeviceProtocol;
701 __u8 bMaxPacketSize0;
702 __u8 bNumConfigurations;
703 __u8 bRESERVED;

Completed in 8 milliseconds