Home
last modified time | relevance | path

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

/u-boot/include/
A Dusbdescriptors.h214 u8 bLength;
216 u16 bcdUSB;
217 u8 bDeviceClass;
218 u8 bDeviceSubClass;
219 u8 bDeviceProtocol;
221 u16 idVendor;
222 u16 idProduct;
223 u16 bcdDevice;
224 u8 iManufacturer;
225 u8 iProduct;
[all …]
/u-boot/include/linux/usb/
A Dch9.h256 __u8 bLength;
257 __u8 bDescriptorType;
259 __le16 bcdUSB;
260 __u8 bDeviceClass;
261 __u8 bDeviceSubClass;
264 __le16 idVendor;
265 __le16 idProduct;
266 __le16 bcdDevice;
267 __u8 iManufacturer;
268 __u8 iProduct;
[all …]

Completed in 9 milliseconds