Searched refs:BDC_EP_STALL (Results 1 – 2 of 2) sorted by relevance
311 if (!(ep->flags & BDC_EP_STALL)) { in bdc_ep_clear_stall()349 if ((ep->flags & BDC_EP_STALL) || (ep->flags & BDC_EP_STOP)) in bdc_stop_ep()
249 #define BDC_EP_STALL BIT(1) macro