Searched defs:usb_config_descriptor (Results 1 – 3 of 3) sorted by relevance
179 struct usb_config_descriptor { struct180 MS_U8 bLength;181 MS_U8 bDescriptorType;183 MS_U16 wTotalLength;184 MS_U8 bNumInterfaces;185 MS_U8 bConfigurationValue;186 MS_U8 iConfiguration;187 MS_U8 bmAttributes;188 MS_U8 bMaxPower;
418 struct usb_config_descriptor { struct419 unsigned char bLength;420 unsigned char bDescriptorType;422 U16 wTotalLength;423 unsigned char bNumInterfaces;424 unsigned char bConfigurationValue;425 unsigned char iConfiguration;426 unsigned char bmAttributes;427 unsigned char bMaxPower;
265 struct usb_config_descriptor { struct266 __u8 bLength;267 __u8 bDescriptorType;269 __le16 wTotalLength;270 __u8 bNumInterfaces;271 __u8 bConfigurationValue;272 __u8 iConfiguration;273 __u8 bmAttributes;274 __u8 bMaxPower;