Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSB_CH9.h142 struct usb_device_descriptor { struct
143 MS_U8 bLength;
144 MS_U8 bDescriptorType;
146 MS_U16 bcdUSB;
147 MS_U8 bDeviceClass;
148 MS_U8 bDeviceSubClass;
149 MS_U8 bDeviceProtocol;
150 MS_U8 bMaxPacketSize0;
151 MS_U16 idVendor;
152 MS_U16 idProduct;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB_CH9.h297 struct usb_device_descriptor { struct
298 unsigned char bLength;
299 unsigned char bDescriptorType;
301 U16 bcdUSB;
302 unsigned char bDeviceClass;
303 unsigned char bDeviceSubClass;
304 unsigned char bDeviceProtocol;
305 unsigned char bMaxPacketSize0;
306 U16 idVendor;
307 U16 idProduct;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h211 struct usb_device_descriptor { struct
212 __u8 bLength;
213 __u8 bDescriptorType;
215 __le16 bcdUSB;
216 __u8 bDeviceClass;
217 __u8 bDeviceSubClass;
218 __u8 bDeviceProtocol;
219 __u8 bMaxPacketSize0;
220 __le16 idVendor;
221 __le16 idProduct;
[all …]