Home
last modified time | relevance | path

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

/Linux-v6.6/tools/usb/
Dtestusb.c66 struct usb_device_descriptor { struct
67 __u8 bLength;
68 __u8 bDescriptorType;
69 __u16 bcdUSB;
70 __u8 bDeviceClass;
71 __u8 bDeviceSubClass;
72 __u8 bDeviceProtocol;
73 __u8 bMaxPacketSize0;
74 __u16 idVendor;
75 __u16 idProduct;
[all …]
/Linux-v6.6/include/uapi/linux/usb/
Dch9.h286 struct usb_device_descriptor { struct
287 __u8 bLength;
288 __u8 bDescriptorType;
290 __le16 bcdUSB;
291 __u8 bDeviceClass;
292 __u8 bDeviceSubClass;
293 __u8 bDeviceProtocol;
294 __u8 bMaxPacketSize0;
295 __le16 idVendor;
296 __le16 idProduct;
[all …]