Home
last modified time | relevance | path

Searched defs:usb_bos_descriptor (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h796 struct usb_bos_descriptor { struct
797 __u8 bLength;
798 __u8 bDescriptorType;
800 __le16 wTotalLength;
801 __u8 bNumDeviceCaps;
/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.h837 struct usb_bos_descriptor { struct
838 __u8 bLength;
839 __u8 bDescriptorType;
841 __le16 wTotalLength;
842 __u8 bNumDeviceCaps;
/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.h837 struct usb_bos_descriptor { struct
838 __u8 bLength;
839 __u8 bDescriptorType;
841 __le16 wTotalLength;
842 __u8 bNumDeviceCaps;
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h844 struct usb_bos_descriptor { struct
845 __u8 bLength;
846 __u8 bDescriptorType;
848 __le16 wTotalLength;
849 __u8 bNumDeviceCaps;
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c25 static u8 usb_bos_descriptor [] = { variable