Searched refs:EP_STALL_PENDING (Results 1 – 5 of 5) sorted by relevance
166 pep->ep_state &= ~EP_STALL_PENDING; in cdns2_ep_stall_flush()1038 !(pep->ep_state & EP_STALL_PENDING)) in cdns2_transfer_completed()1119 if (pep->ep_state & EP_STALL_PENDING && in cdns2_handle_epx_interrupt()1147 !(pep->ep_state & EP_STALL_PENDING)) { 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()
554 #define EP_STALL_PENDING BIT(2) macro
276 priv_ep->flags &= ~EP_STALL_PENDING; in cdns3_ep_stall_flush()1584 !(priv_ep->flags & EP_STALL_PENDING)) in cdns3_transfer_completed()1675 if (priv_ep->flags & EP_STALL_PENDING && in cdns3_check_ep_interrupt_proceed()1700 !(priv_ep->flags & EP_STALL_PENDING)) { in cdns3_check_ep_interrupt_proceed()2407 priv_ep->flags &= ~(EP_PENDING_REQUEST | EP_STALLED | EP_STALL_PENDING | in cdns3_gadget_ep_enable()2567 !(priv_ep->flags & EP_STALL_PENDING)) in __cdns3_gadget_ep_queue()2714 priv_ep->flags |= EP_STALL_PENDING; in __cdns3_gadget_ep_set_halt()2753 priv_ep->flags &= ~(EP_STALLED | EP_STALL_PENDING); in __cdns3_gadget_ep_clear_halt()
259 (priv_ep->flags & EP_STALL_PENDING)) in cdns3_req_ep0_get_status()
1150 #define EP_STALL_PENDING BIT(2) macro