Home
last modified time | relevance | path

Searched defs:usb_config_descriptor (Results 1 – 3 of 3) sorted by relevance

/external/libusb-compat/libusb/
Dusb.h157 struct usb_config_descriptor { struct
158 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 …]
/external/u-boot/include/linux/usb/
Dch9.h311 struct usb_config_descriptor { struct
312 __u8 bLength;
313 __u8 bDescriptorType;
315 __le16 wTotalLength;
316 __u8 bNumInterfaces;
317 __u8 bConfigurationValue;
318 __u8 iConfiguration;
319 __u8 bmAttributes;
320 __u8 bMaxPower;
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h345 struct usb_config_descriptor { struct
346 __u8 bLength;
347 __u8 bDescriptorType;
349 __le16 wTotalLength;
350 __u8 bNumInterfaces;
351 __u8 bConfigurationValue;
352 __u8 iConfiguration;
353 __u8 bmAttributes;
354 __u8 bMaxPower;