Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_xfer_dma.c355 if (ep_is_in(ep)) in dwc2_udc_check_tx_queue()
627 __func__, _ep->name, ep_is_in(ep) ? "in" : "out", in dwc2_queue()
655 } else if (ep_is_in(ep)) { in dwc2_queue()
934 if (ep_is_in(ep)) { in dwc2_udc_set_nak()
960 if (ep_is_in(ep)) { in dwc2_udc_ep_set_stall()
995 if (ep_is_in(ep)) { in dwc2_udc_ep_clear_stall()
1053 if (value && ep_is_in(ep) && !list_empty(&ep->queue)) { in dwc2_udc_set_halt()
1090 if (ep_is_in(ep)) { in dwc2_udc_ep_activate()
1099 __func__, ep_num, ep_ctrl, ep_is_in(ep)); in dwc2_udc_ep_activate()
1110 if (ep_is_in(ep)) { in dwc2_udc_ep_activate()
[all …]
Ddwc2_udc_otg_priv.h90 #define ep_is_in(EP) (((EP)->bEndpointAddress&USB_DIR_IN) == USB_DIR_IN) macro
Ddwc2_udc_otg.c711 if (ep_is_in(ep)) in dwc2_fifo_status()
/external/u-boot/drivers/usb/host/
Ddwc2.c480 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init() argument
485 (ep_is_in << DWC2_HCCHAR_EPDIR_OFFSET) | in dwc_otg_hc_init()