Searched refs:EP_STALLED (Results 1 – 5 of 5) sorted by relevance
104 pep->ep_state |= EP_STALLED; in cdns2_ep0_stall()195 if (pep->ep_state & EP_STALLED) in cdns2_req_ep0_handle_status()416 pep->ep_state &= ~EP_STALLED; in cdns2_handle_setup_packet()
165 pep->ep_state |= EP_STALLED; in cdns2_ep_stall_flush()807 if (!pep->wa1_set && !(pep->ep_state & EP_STALLED) && !pep->skip) { in cdns2_ep_run_transfer()1037 if (!(pep->ep_state & EP_STALLED) && in cdns2_transfer_completed()1146 if (!(pep->ep_state & EP_STALLED) && in cdns2_handle_epx_interrupt()1591 pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING); in cdns2_gadget_ep_enable()1689 if (!(pep->ep_state & EP_STALLED) && !(pep->ep_state & EP_STALL_PENDING)) in cdns2_ep_enqueue()1862 pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING); in cdns2_halt_endpoint()1878 pep->ep_state |= EP_STALLED; in cdns2_halt_endpoint()
562 #define EP_STALLED BIT(1) macro
275 priv_ep->flags |= EP_STALLED; in cdns3_ep_stall_flush()1063 if (!(priv_ep->flags & EP_STALLED)) { in cdns3_ep_run_stream_transfer()1405 if (!priv_ep->wa1_set && !(priv_ep->flags & EP_STALLED)) { in cdns3_ep_run_transfer()1647 if (!(priv_ep->flags & EP_STALLED) && in cdns3_transfer_completed()1763 } else if (!(priv_ep->flags & EP_STALLED) && in cdns3_check_ep_interrupt_proceed()1817 !(priv_ep->flags & EP_STALLED)) in cdns3_check_ep_interrupt_proceed()2466 priv_ep->flags &= ~(EP_PENDING_REQUEST | EP_STALLED | EP_STALL_PENDING | in cdns3_gadget_ep_enable()2625 !(priv_ep->flags & EP_STALLED) && in __cdns3_gadget_ep_queue()2767 if (!(priv_ep->flags & EP_STALLED)) { in __cdns3_gadget_ep_set_halt()2812 priv_ep->flags &= ~(EP_STALLED | EP_STALL_PENDING); in __cdns3_gadget_ep_clear_halt()
1149 #define EP_STALLED BIT(1) macro