Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Dch11.h245 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a) macro
/linux/drivers/usb/misc/
H A Dlvstest.c425 USB_DT_SS_HUB << 8, 0, &lvs->descriptor, in lvs_rh_probe()
/linux/drivers/usb/host/
H A Dxhci-hub.c346 desc->bDescriptorType = USB_DT_SS_HUB; in xhci_usb3_hub_descriptor()
1243 wValue != (USB_DT_SS_HUB << 8))) { in xhci_hub_control()
/linux/drivers/usb/core/
H A Dhub.c414 dtype = USB_DT_SS_HUB; in get_hub_descriptor()