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

/u-boot/include/
H A Dusb_defs.h89 #define ClearPortFeature HUB_CLASS_REQ(USB_DIR_OUT, USB_RT_PORT, \
95 #define GetPortStatus HUB_CLASS_REQ(USB_DIR_IN, USB_RT_PORT, \
99 #define SetPortFeature HUB_CLASS_REQ(USB_DIR_OUT, USB_RT_PORT, \
101 #define ClearTTBuffer HUB_CLASS_REQ(USB_DIR_OUT, USB_RT_PORT, \
103 #define ResetTT HUB_CLASS_REQ(USB_DIR_OUT, USB_RT_PORT, \
105 #define GetTTState HUB_CLASS_REQ(USB_DIR_IN, USB_RT_PORT, \
107 #define StopTT HUB_CLASS_REQ(USB_DIR_OUT, USB_RT_PORT, \
238 #define USB_RT_PORT (USB_TYPE_CLASS | USB_RECIP_OTHER) macro
/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c225 case USB_RT_PORT | USB_DIR_IN:
245 case USB_RT_PORT:
/u-boot/common/
H A Dusb_hub.c108 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, feature,
115 USB_REQ_SET_FEATURE, USB_RT_PORT, feature,
131 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, 0, port,
/u-boot/drivers/usb/host/
H A Dxhci.c930 if ((req->requesttype & USB_RT_PORT) &&
1010 case USB_REQ_GET_STATUS | ((USB_RT_PORT | USB_DIR_IN) << 8):
1064 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8):
1085 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8):
H A Dehci-hcd.c743 case USB_REQ_GET_STATUS | ((USB_RT_PORT | USB_DIR_IN) << 8):
744 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8):
745 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8):
824 case USB_REQ_GET_STATUS | ((USB_RT_PORT | USB_DIR_IN) << 8):
868 case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8):
948 case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8):
H A Dusb-uclass.c72 setup->requesttype == USB_RT_PORT &&
/u-boot/cmd/
H A Dusb.c542 port ? USB_RT_PORT : USB_RECIP_DEVICE,

Completed in 73 milliseconds