Searched defs:usb_config_descriptor (Results 1 – 4 of 4) sorted by relevance
178 const USB_CONFIGURATION_DESCRIPTOR* usb_config_descriptor() const { in usb_config_descriptor() function
151 struct usb_config_descriptor { struct152 __u8 bLength;153 __u8 bDescriptorType;155 __le16 wTotalLength;156 __u8 bNumInterfaces;157 __u8 bConfigurationValue;158 __u8 iConfiguration;159 __u8 bmAttributes;160 __u8 bMaxPower;