Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusbdescriptors.h232 struct usb_qualifier_descriptor { struct
233 u8 bLength;
234 u8 bDescriptorType;
236 u16 bcdUSB;
237 u8 bDeviceClass;
238 u8 bDeviceSubClass;
239 u8 bDeviceProtocol;
240 u8 bMaxPacketSize0;
241 u8 bNumConfigurations;
242 u8 breserved;
/rk3399_rockchip-uboot/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;