Searched defs:usb_config_descriptor (Results 1 – 2 of 2) sorted by relevance
157 struct usb_config_descriptor { struct158 u_int8_t bLength;159 u_int8_t bDescriptorType;160 u_int16_t wTotalLength;161 u_int8_t bNumInterfaces;162 u_int8_t bConfigurationValue;163 u_int8_t iConfiguration;164 u_int8_t bmAttributes;165 u_int8_t MaxPower;167 struct usb_interface *interface;[all …]
339 struct usb_config_descriptor { struct340 __u8 bLength;341 __u8 bDescriptorType;343 __le16 wTotalLength;344 __u8 bNumInterfaces;345 __u8 bConfigurationValue;346 __u8 iConfiguration;347 __u8 bmAttributes;348 __u8 bMaxPower;