Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/usb/
Dch11.h217 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a) macro
/linux-4.1.27/drivers/usb/misc/
Dlvstest.c391 USB_DT_SS_HUB << 8, 0, &lvs->descriptor, in lvs_rh_probe()
/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c140 desc->bDescriptorType = USB_DT_SS_HUB; in xhci_usb3_hub_descriptor()
739 wValue != (USB_DT_SS_HUB << 8))) { in xhci_hub_control()
/linux-4.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c1926 desc->bDescriptorType = USB_DT_SS_HUB; in ss_hub_descriptor()
2005 wValue != (USB_DT_SS_HUB << 8))) { in dummy_hub_control()
/linux-4.1.27/drivers/usb/core/
Dhub.c366 dtype = USB_DT_SS_HUB; in get_hub_descriptor()