Searched defs:usb_qualifier_descriptor (Results 1 – 5 of 5) sorted by relevance
232 struct usb_qualifier_descriptor { struct233 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;
693 struct usb_qualifier_descriptor { struct694 __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;
720 struct usb_qualifier_descriptor { struct721 __u8 bLength;722 __u8 bDescriptorType;724 __le16 bcdUSB;725 __u8 bDeviceClass;726 __u8 bDeviceSubClass;727 __u8 bDeviceProtocol;728 __u8 bMaxPacketSize0;729 __u8 bNumConfigurations;730 __u8 bRESERVED;
727 struct usb_qualifier_descriptor { struct728 __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;