Lines Matching defs:usb_device_descriptor
210 struct usb_device_descriptor { struct
211 u8 bLength;
212 u8 bDescriptorType; /* 0x01 */
213 u16 bcdUSB;
214 u8 bDeviceClass;
215 u8 bDeviceSubClass;
216 u8 bDeviceProtocol;
217 u8 bMaxPacketSize0;
218 u16 idVendor;
219 u16 idProduct;
220 u16 bcdDevice;
221 u8 iManufacturer;
222 u8 iProduct;
223 u8 iSerialNumber;
224 u8 bNumConfigurations;