Searched refs:EP_STALL_PENDING (Results 1 – 5 of 5) sorted by relevance
240 priv_ep->flags &= ~EP_STALL_PENDING; in cdns3_ep_stall_flush()1170 !(priv_ep->flags & EP_STALL_PENDING)) in cdns3_transfer_completed()1217 if (priv_ep->flags & EP_STALL_PENDING && in cdns3_check_ep_interrupt_proceed()1241 !(priv_ep->flags & EP_STALL_PENDING)) { in cdns3_check_ep_interrupt_proceed()1851 priv_ep->flags &= ~(EP_PENDING_REQUEST | EP_STALLED | EP_STALL_PENDING | in cdns3_gadget_ep_enable()2003 !(priv_ep->flags & EP_STALL_PENDING)) in __cdns3_gadget_ep_queue()2135 priv_ep->flags |= EP_STALL_PENDING; in __cdns3_gadget_ep_set_halt()2161 priv_ep->flags &= ~(EP_STALLED | EP_STALL_PENDING); in __cdns3_gadget_ep_clear_halt()
1133 #define EP_STALL_PENDING BIT(2) macro
290 priv_ep->flags &= ~EP_STALL_PENDING; in cdns3_ep_stall_flush()1583 !(priv_ep->flags & EP_STALL_PENDING)) in cdns3_transfer_completed()1674 if (priv_ep->flags & EP_STALL_PENDING && in cdns3_check_ep_interrupt_proceed()1699 !(priv_ep->flags & EP_STALL_PENDING)) { in cdns3_check_ep_interrupt_proceed()2389 priv_ep->flags &= ~(EP_PENDING_REQUEST | EP_STALLED | EP_STALL_PENDING | in cdns3_gadget_ep_enable()2547 !(priv_ep->flags & EP_STALL_PENDING)) in __cdns3_gadget_ep_queue()2682 priv_ep->flags |= EP_STALL_PENDING; in __cdns3_gadget_ep_set_halt()2721 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()
1149 #define EP_STALL_PENDING BIT(2) macro