Searched refs:EP_DIS_IN_RROGRESS (Results 1 – 3 of 3) sorted by relevance
355 if (pep->ep_state & EP_DIS_IN_RROGRESS) in cdnsp_ring_doorbell_for_active_rings()723 !(pep->ep_state & EP_DIS_IN_RROGRESS)) in cdnsp_remove_request()742 pep->ep_state & EP_DIS_IN_RROGRESS) { in cdnsp_remove_request()
1062 pep->ep_state |= EP_DIS_IN_RROGRESS; in cdnsp_gadget_ep_disable()1076 pep->ep_state &= ~EP_DIS_IN_RROGRESS; in cdnsp_gadget_ep_disable()
840 #define EP_DIS_IN_RROGRESS BIT(1) macro