Searched refs:ep_is_in (Results 1 – 4 of 4) sorted by relevance
355 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 …]
90 #define ep_is_in(EP) (((EP)->bEndpointAddress&USB_DIR_IN) == USB_DIR_IN) macro
711 if (ep_is_in(ep)) in dwc2_fifo_status()
480 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init() argument485 (ep_is_in << DWC2_HCCHAR_EPDIR_OFFSET) | in dwc_otg_hc_init()