Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
Dch9.h424 struct usb_bos_descriptor { struct
425 __u8 bLength;
426 __u8 bDescriptorType;
427 __le16 wTotalLength;
428 __u8 bNumDeviceCaps;
/kernel/linux/linux-5.10/include/uapi/linux/usb/
Dch9.h844 struct usb_bos_descriptor { struct
845 __u8 bLength;
846 __u8 bDescriptorType;
848 __le16 wTotalLength;
849 __u8 bNumDeviceCaps;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
Dch9.h340 struct usb_bos_descriptor { struct
341 __u8 bLength;
342 __u8 bDescriptorType;
343 __le16 wTotalLength;
344 __u8 bNumDeviceCaps;
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-hub.c25 static u8 usb_bos_descriptor [] = { variable