Home
last modified time | relevance | path

Searched refs:ep_is_in (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c356 if (ep_is_in(ep)) in dwc2_udc_check_tx_queue()
650 __func__, _ep->name, ep_is_in(ep) ? "in" : "out", in dwc2_queue()
678 } else if (ep_is_in(ep)) { in dwc2_queue()
957 if (ep_is_in(ep)) { in dwc2_udc_set_nak()
983 if (ep_is_in(ep)) { in dwc2_udc_ep_set_stall()
1018 if (ep_is_in(ep)) { in dwc2_udc_ep_clear_stall()
1076 if (value && ep_is_in(ep) && !list_empty(&ep->queue)) { in dwc2_udc_set_halt()
1113 if (ep_is_in(ep)) { in dwc2_udc_ep_activate()
1122 __func__, ep_num, ep_ctrl, ep_is_in(ep)); in dwc2_udc_ep_activate()
1133 if (ep_is_in(ep)) { in dwc2_udc_ep_activate()
[all …]
H A Ddwc2_udc_otg_priv.h90 #define ep_is_in(EP) (((EP)->bEndpointAddress&USB_DIR_IN) == USB_DIR_IN) macro
H A Ddwc2_udc_otg.c786 if (ep_is_in(ep)) in dwc2_fifo_status()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c498 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init() argument
503 (ep_is_in << DWC2_HCCHAR_EPDIR_OFFSET) | in dwc_otg_hc_init()