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()
166 pep->ep_state |= EP_STALLED; in cdns2_ep_stall_flush()808 if (!pep->wa1_set && !(pep->ep_state & EP_STALLED) && !pep->skip) { in cdns2_ep_run_transfer()1038 if (!(pep->ep_state & EP_STALLED) && in cdns2_transfer_completed()1147 if (!(pep->ep_state & EP_STALLED) && in cdns2_handle_epx_interrupt()1592 pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING); in cdns2_gadget_ep_enable()1690 if (!(pep->ep_state & EP_STALLED) && !(pep->ep_state & EP_STALL_PENDING)) in cdns2_ep_enqueue()1863 pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING); in cdns2_halt_endpoint()1879 pep->ep_state |= EP_STALLED; in cdns2_halt_endpoint()
562 #define EP_STALLED BIT(1) macro
493 __entry->flags & EP_STALLED ? "STALLED | " : "",
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()2468 priv_ep->flags &= ~(EP_PENDING_REQUEST | EP_STALLED | EP_STALL_PENDING | in cdns3_gadget_ep_enable()2627 !(priv_ep->flags & EP_STALLED) && in __cdns3_gadget_ep_queue()2769 if (!(priv_ep->flags & EP_STALLED)) { in __cdns3_gadget_ep_set_halt()2814 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
Completed in 828 milliseconds