Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H 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;
/openbmc/u-boot/include/linux/usb/
H 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;
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h727 struct usb_qualifier_descriptor { struct
728 __u8 bLength;
729 __u8 bDescriptorType;
731 __le16 bcdUSB;
732 __u8 bDeviceClass;
733 __u8 bDeviceSubClass;
734 __u8 bDeviceProtocol;
735 __u8 bMaxPacketSize0;
736 __u8 bNumConfigurations;
737 __u8 bRESERVED;