Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
Dch9.h135 struct usb_device_descriptor { struct
136 __u8 bLength;
137 __u8 bDescriptorType;
138 __le16 bcdUSB;
139 __u8 bDeviceClass;
140 __u8 bDeviceSubClass;
141 __u8 bDeviceProtocol;
142 __u8 bMaxPacketSize0;
143 __le16 idVendor;
144 __le16 idProduct;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/usb/
Dch9.h289 struct usb_device_descriptor { struct
290 __u8 bLength;
291 __u8 bDescriptorType;
293 __le16 bcdUSB;
294 __u8 bDeviceClass;
295 __u8 bDeviceSubClass;
296 __u8 bDeviceProtocol;
297 __u8 bMaxPacketSize0;
298 __le16 idVendor;
299 __le16 idProduct;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
Dch9.h148 struct usb_device_descriptor { struct
149 __u8 bLength;
150 __u8 bDescriptorType;
151 __le16 bcdUSB;
152 __u8 bDeviceClass;
153 __u8 bDeviceSubClass;
154 __u8 bDeviceProtocol;
155 __u8 bMaxPacketSize0;
156 __le16 idVendor;
157 __le16 idProduct;
[all …]