Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/usb/
H A 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 …]
/OK3568_Linux_fs/u-boot/include/
H A Dusbdescriptors.h214 struct usb_device_descriptor { struct
215 u8 bLength;
216 u8 bDescriptorType; /* 0x01 */
217 u16 bcdUSB;
218 u8 bDeviceClass;
219 u8 bDeviceSubClass;
220 u8 bDeviceProtocol;
221 u8 bMaxPacketSize0;
222 u16 idVendor;
223 u16 idProduct;
[all …]
/OK3568_Linux_fs/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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A 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 …]
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A 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 …]