Home
last modified time | relevance | path

Searched refs:USB_DT_SS_HUB (Results 1 – 11 of 11) sorted by relevance

/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 Dch11.h247 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a) macro
/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 Dch11.h247 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch11.h247 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a) macro
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h96 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a) macro
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dlvstest.c425 USB_DT_SS_HUB << 8, 0, &lvs->descriptor, in lvs_rh_probe()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvhci_hcd.c289 desc->bDescriptorType = USB_DT_SS_HUB; in ss_hub_descriptor()
409 wValue != (USB_DT_SS_HUB << 8))) { in vhci_hub_control()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c95 dtype = USB_DT_SS_HUB; in usb_get_hub_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c259 desc->bDescriptorType = USB_DT_SS_HUB; in xhci_usb3_hub_descriptor()
1135 wValue != (USB_DT_SS_HUB << 8))) { in xhci_hub_control()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c953 case USB_DT_SS_HUB: in xhci_submit_root()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2056 desc->bDescriptorType = USB_DT_SS_HUB; in ss_hub_descriptor()
2144 wValue != (USB_DT_SS_HUB << 8))) { in dummy_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c388 dtype = USB_DT_SS_HUB; in get_hub_descriptor()