Searched refs:EP_STALLED (Results 1 – 7 of 7) 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()
553 #define EP_STALLED BIT(1) macro
493 __entry->flags & EP_STALLED ? "STALLED | " : "",
275 priv_ep->flags |= EP_STALLED; in cdns3_ep_stall_flush()1059 if (!(priv_ep->flags & EP_STALLED)) { in cdns3_ep_run_stream_transfer()1351 if (!priv_ep->wa1_set && !(priv_ep->flags & EP_STALLED)) { in cdns3_ep_run_transfer()1583 if (!(priv_ep->flags & EP_STALLED) && in cdns3_transfer_completed()1699 } else if (!(priv_ep->flags & EP_STALLED) && in cdns3_check_ep_interrupt_proceed()1753 !(priv_ep->flags & EP_STALLED)) in cdns3_check_ep_interrupt_proceed()2407 priv_ep->flags &= ~(EP_PENDING_REQUEST | EP_STALLED | EP_STALL_PENDING | in cdns3_gadget_ep_enable()2566 !(priv_ep->flags & EP_STALLED) && in __cdns3_gadget_ep_queue()2708 if (!(priv_ep->flags & EP_STALLED)) { in __cdns3_gadget_ep_set_halt()2753 priv_ep->flags &= ~(EP_STALLED | EP_STALL_PENDING); in __cdns3_gadget_ep_clear_halt()
489 __entry->flags & EP_STALLED ? "STALLED | " : "",
1149 #define EP_STALLED BIT(1) macro