Searched refs:EP_DIS_IN_RROGRESS (Results 1 – 3 of 3) sorted by relevance
354 if (pep->ep_state & EP_DIS_IN_RROGRESS) in cdnsp_ring_doorbell_for_active_rings()722 !(pep->ep_state & EP_DIS_IN_RROGRESS)) in cdnsp_remove_request()741 pep->ep_state & EP_DIS_IN_RROGRESS) { in cdnsp_remove_request()
1024 pep->ep_state |= EP_DIS_IN_RROGRESS; in cdnsp_gadget_ep_disable()1038 pep->ep_state &= ~EP_DIS_IN_RROGRESS; in cdnsp_gadget_ep_disable()
833 #define EP_DIS_IN_RROGRESS BIT(1) macro