Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/usb/
H A Dtestusb.c83 struct usb_interface_descriptor { struct
84 __u8 bLength;
85 __u8 bDescriptorType;
87 __u8 bInterfaceNumber;
88 __u8 bAlternateSetting;
89 __u8 bNumEndpoints;
90 __u8 bInterfaceClass;
91 __u8 bInterfaceSubClass;
92 __u8 bInterfaceProtocol;
93 __u8 iInterface;
/OK3568_Linux_fs/u-boot/include/
H A Dusbdescriptors.h191 struct usb_interface_descriptor { struct
192 u8 bLength;
193 u8 bDescriptorType; /* 0x04 */
194 u8 bInterfaceNumber;
195 u8 bAlternateSetting;
196 u8 bNumEndpoints;
197 u8 bInterfaceClass;
198 u8 bInterfaceSubClass;
199 u8 bInterfaceProtocol;
200 u8 iInterface;
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h348 struct usb_interface_descriptor { struct
349 __u8 bLength;
350 __u8 bDescriptorType;
352 __u8 bInterfaceNumber;
353 __u8 bAlternateSetting;
354 __u8 bNumEndpoints;
355 __u8 bInterfaceClass;
356 __u8 bInterfaceSubClass;
357 __u8 bInterfaceProtocol;
358 __u8 iInterface;
/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.h382 struct usb_interface_descriptor { struct
383 __u8 bLength;
384 __u8 bDescriptorType;
386 __u8 bInterfaceNumber;
387 __u8 bAlternateSetting;
388 __u8 bNumEndpoints;
389 __u8 bInterfaceClass;
390 __u8 bInterfaceSubClass;
391 __u8 bInterfaceProtocol;
392 __u8 iInterface;
/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.h382 struct usb_interface_descriptor { struct
383 __u8 bLength;
384 __u8 bDescriptorType;
386 __u8 bInterfaceNumber;
387 __u8 bAlternateSetting;
388 __u8 bNumEndpoints;
389 __u8 bInterfaceClass;
390 __u8 bInterfaceSubClass;
391 __u8 bInterfaceProtocol;
392 __u8 iInterface;
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h389 struct usb_interface_descriptor { struct
390 __u8 bLength;
391 __u8 bDescriptorType;
393 __u8 bInterfaceNumber;
394 __u8 bAlternateSetting;
395 __u8 bNumEndpoints;
396 __u8 bInterfaceClass;
397 __u8 bInterfaceSubClass;
398 __u8 bInterfaceProtocol;
399 __u8 iInterface;