Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h212 #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE) macro
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c85 USB_REQ_SET_HUB_DEPTH, USB_DIR_OUT | USB_RT_HUB, in usb_set_hub_depth()
98 USB_REQ_GET_DESCRIPTOR, USB_DIR_IN | USB_RT_HUB, in usb_get_hub_descriptor()
119 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_HUB, 0, 0, in usb_get_hub_status()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c215 case USB_RT_HUB | USB_DIR_IN: in sandbox_hub_submit_control_msg()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c959 case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): in xhci_submit_root()
979 case USB_REQ_GET_STATUS | ((USB_DIR_IN | USB_RT_HUB) << 8): in xhci_submit_root()
H A Dehci-hcd.c730 case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): in ehci_submit_root()
750 case USB_REQ_GET_STATUS | ((USB_DIR_IN | USB_RT_HUB) << 8): in ehci_submit_root()