Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h245 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a) macro
/openbmc/u-boot/include/
H A Dusb_defs.h95 #define USB_DT_SS_HUB (USB_TYPE_CLASS | 0x0a) macro
/openbmc/linux/drivers/usb/misc/
H A Dlvstest.c425 USB_DT_SS_HUB << 8, 0, &lvs->descriptor, in lvs_rh_probe()
/openbmc/linux/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()
/openbmc/u-boot/common/
H A Dusb_hub.c92 dtype = USB_DT_SS_HUB; in usb_get_hub_descriptor()
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c345 desc->bDescriptorType = USB_DT_SS_HUB; in xhci_usb3_hub_descriptor()
1235 wValue != (USB_DT_SS_HUB << 8))) { in xhci_hub_control()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c952 case USB_DT_SS_HUB: in xhci_submit_root()
/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2080 desc->bDescriptorType = USB_DT_SS_HUB; in ss_hub_descriptor()
2168 wValue != (USB_DT_SS_HUB << 8))) { in dummy_hub_control()
/openbmc/linux/drivers/usb/core/
H A Dhub.c412 dtype = USB_DT_SS_HUB; in get_hub_descriptor()