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