Home
last modified time | relevance | path

Searched refs:BDC_EP_STOP (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_cmd.c358 if ((ep->flags & BDC_EP_STALL) || (ep->flags & BDC_EP_STOP)) in bdc_stop_ep()
372 ep->flags |= BDC_EP_STOP; in bdc_stop_ep()
Dbdc.h255 #define BDC_EP_STOP (1 << 2) macro
Dbdc_ep.c354 if (unlikely(ep->flags & BDC_EP_STOP)) in bdc_notify_xfr()
355 ep->flags &= ~BDC_EP_STOP; in bdc_notify_xfr()