Searched refs:EP_STALLED (Results 1 – 2 of 2) sorted by relevance
239 priv_ep->flags |= EP_STALLED; in cdns3_ep_stall_flush()991 if (!priv_ep->wa1_set && !(priv_ep->flags & EP_STALLED)) { in cdns3_ep_run_transfer()1169 if (!(priv_ep->flags & EP_STALLED) && in cdns3_transfer_completed()1240 } else if (!(priv_ep->flags & EP_STALLED) && in cdns3_check_ep_interrupt_proceed()1270 !(priv_ep->flags & EP_STALLED)) in cdns3_check_ep_interrupt_proceed()1851 priv_ep->flags &= ~(EP_PENDING_REQUEST | EP_STALLED | EP_STALL_PENDING | in cdns3_gadget_ep_enable()2002 if (priv_dev->hw_configured_flag && !(priv_ep->flags & EP_STALLED) && in __cdns3_gadget_ep_queue()2129 if (!(priv_ep->flags & EP_STALLED)) { in __cdns3_gadget_ep_set_halt()2161 priv_ep->flags &= ~(EP_STALLED | EP_STALL_PENDING); in __cdns3_gadget_ep_clear_halt()
1132 #define EP_STALLED BIT(1) macro