Searched refs:BDC_EP_STOP (Results 1 – 3 of 3) sorted by relevance
349 if ((ep->flags & BDC_EP_STALL) || (ep->flags & BDC_EP_STOP)) in bdc_stop_ep()363 ep->flags |= BDC_EP_STOP; in bdc_stop_ep()
250 #define BDC_EP_STOP BIT(2) macro
350 if (unlikely(ep->flags & BDC_EP_STOP)) in bdc_notify_xfr()351 ep->flags &= ~BDC_EP_STOP; in bdc_notify_xfr()