Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/
Dhub.h141 return hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS; in hub_is_superspeed()
146 return (hdev->descriptor.bDeviceProtocol == USB_HUB_PR_SS && in hub_is_superspeedplus()
Dhub.c1528 case USB_HUB_PR_SS: in hub_configure()
/linux-6.1.9/include/uapi/linux/usb/
Dch11.h260 #define USB_HUB_PR_SS 3 /* Super speed hub */ macro
/linux-6.1.9/drivers/usb/misc/
Dlvstest.c410 if (hdev->descriptor.bDeviceProtocol != USB_HUB_PR_SS || hdev->parent) { in lvs_rh_probe()