Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusbdescriptors.h213 struct usb_device_descriptor { struct
214 u8 bLength;
215 u8 bDescriptorType; /* 0x01 */
216 u16 bcdUSB;
217 u8 bDeviceClass;
218 u8 bDeviceSubClass;
219 u8 bDeviceProtocol;
220 u8 bMaxPacketSize0;
221 u16 idVendor;
222 u16 idProduct;
[all …]
/openbmc/u-boot/include/linux/usb/
H A Dch9.h255 struct usb_device_descriptor { struct
256 __u8 bLength;
257 __u8 bDescriptorType;
259 __le16 bcdUSB;
260 __u8 bDeviceClass;
261 __u8 bDeviceSubClass;
262 __u8 bDeviceProtocol;
263 __u8 bMaxPacketSize0;
264 __le16 idVendor;
265 __le16 idProduct;
[all …]