Home
last modified time | relevance | path

Searched refs:USB_HUB_PR_SS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/usb/core/
H A Dhub.h151 return hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS; in hub_is_superspeed()
156 return (hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS && in hub_is_superspeedplus()
H A Dhub.c1547 case USB_HUB_PR_SS: in hub_configure()
/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h258 #define USB_HUB_PR_SS 3 /* Super speed hub */ macro
/openbmc/linux/drivers/usb/misc/
H A Dlvstest.c410 if (hdev->descriptor.bDeviceProtocol != USB_HUB_PR_SS || hdev->parent) { in lvs_rh_probe()
/openbmc/u-boot/include/
H A Dusb.h547 #define USB_HUB_PR_SS 3 /* Super speed hub */ macro
/openbmc/u-boot/common/
H A Dusb_hub.c721 case USB_HUB_PR_SS: in usb_hub_configure()