Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb_hub.c82 USB_REQ_SET_HUB_DEPTH, USB_DIR_OUT | USB_RT_HUB, in usb_set_hub_depth()
95 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in usb_get_hub_descriptor()
116 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_HUB, 0, 0, in usb_get_hub_status()
/openbmc/u-boot/include/
H A Dusb_defs.h211 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE) macro
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c212 case USB_RT_HUB | USB_DIR_IN: in sandbox_hub_submit_control_msg()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c949 case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): in xhci_submit_root()
969 case USB_REQ_GET_STATUS | ((USB_DIR_IN | USB_RT_HUB) << 8): in xhci_submit_root()
H A Dehci-hcd.c744 case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): in ehci_submit_root()
764 case USB_REQ_GET_STATUS | ((USB_DIR_IN | USB_RT_HUB) << 8): in ehci_submit_root()