Home
last modified time | relevance | path

Searched refs:USB_RT_PORT (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c229 case USB_RT_PORT | USB_DIR_IN: in sandbox_hub_submit_control_msg()
250 case USB_RT_PORT: in sandbox_hub_submit_control_msg()
/openbmc/u-boot/common/
H A Dusb_hub.c102 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, feature, in usb_clear_port_feature()
109 USB_REQ_SET_FEATURE, USB_RT_PORT, feature, in usb_set_port_feature()
125 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, 0, port, in usb_get_port_status()
/openbmc/u-boot/include/
H A Dusb_defs.h212 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER) macro
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c689 case USB_REQ_GET_STATUS | ((USB_RT_PORT | USB_DIR_IN) << 8): in ehci_submit_root()
690 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root()
691 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root()
770 case USB_REQ_GET_STATUS | ((USB_RT_PORT | USB_DIR_IN) << 8): in ehci_submit_root()
814 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root()
894 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in ehci_submit_root()
H A Dxhci.c895 if ((req->requesttype & USB_RT_PORT) && in xhci_submit_root()
975 case USB_REQ_GET_STATUS | ((USB_RT_PORT | USB_DIR_IN) << 8): in xhci_submit_root()
1029 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in xhci_submit_root()
1050 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): in xhci_submit_root()
H A Dusb-uclass.c58 setup->requesttype == USB_RT_PORT && in submit_control_msg()
/openbmc/u-boot/cmd/
H A Dusb.c547 port ? USB_RT_PORT : USB_RECIP_DEVICE,