Home
last modified time | relevance | path

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

/development/host/windows/usb/api/
Dadb_interface.h178 const USB_CONFIGURATION_DESCRIPTOR* usb_config_descriptor() const { in usb_config_descriptor() function
/development/ndk/platforms/android-3/include/linux/
Dusb_ch9.h151 struct usb_config_descriptor { struct
152 __u8 bLength;
153 __u8 bDescriptorType;
155 __le16 wTotalLength;
156 __u8 bNumInterfaces;
157 __u8 bConfigurationValue;
158 __u8 iConfiguration;
159 __u8 bmAttributes;
160 __u8 bMaxPower;
/development/ndk/platforms/android-L/include/linux/usb/
Dch9.h199 struct usb_config_descriptor { struct
200 __u8 bLength;
201 __u8 bDescriptorType;
202 __le16 wTotalLength;
204 __u8 bNumInterfaces;
205 __u8 bConfigurationValue;
206 __u8 iConfiguration;
207 __u8 bmAttributes;
209 __u8 bMaxPower;