Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/
Dusb_ch9.h114 struct usb_device_descriptor { struct
115 __u8 bLength;
116 __u8 bDescriptorType;
118 __le16 bcdUSB;
119 __u8 bDeviceClass;
120 __u8 bDeviceSubClass;
121 __u8 bDeviceProtocol;
122 __u8 bMaxPacketSize0;
123 __le16 idVendor;
124 __le16 idProduct;
[all …]
/development/ndk/platforms/android-21/include/linux/usb/
Dch9.h155 struct usb_device_descriptor { struct
156 __u8 bLength;
157 __u8 bDescriptorType;
159 __le16 bcdUSB;
160 __u8 bDeviceClass;
161 __u8 bDeviceSubClass;
162 __u8 bDeviceProtocol;
164 __u8 bMaxPacketSize0;
165 __le16 idVendor;
166 __le16 idProduct;
[all …]
/development/host/windows/usb/api/
Dadb_interface.h173 const USB_DEVICE_DESCRIPTOR* usb_device_descriptor() const { in usb_device_descriptor() function