Searched refs:BDC_EP_STALL (Results 1 – 3 of 3) 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()
884 ep->flags |= BDC_EP_STALL; in ep_set_halt()893 ep->flags &= ~BDC_EP_STALL; in ep_set_halt()1361 if (ep->flags & BDC_EP_STALL) in ep0_handle_status()1518 if (ep->flags & BDC_EP_STALL) { in bdc_xsf_ep0_data_start()1563 if (ep->flags & BDC_EP_STALL) { in bdc_xsf_ep0_status_start()
249 #define BDC_EP_STALL BIT(1) macro