Home
last modified time | relevance | path

Searched refs:BDC_EP_STOP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c350 if ((ep->flags & BDC_EP_STALL) || (ep->flags & BDC_EP_STOP)) in bdc_stop_ep()
364 ep->flags |= BDC_EP_STOP; in bdc_stop_ep()
H A Dbdc.h250 #define BDC_EP_STOP (1 << 2) macro
H A Dbdc_ep.c350 if (unlikely(ep->flags & BDC_EP_STOP)) in bdc_notify_xfr()
351 ep->flags &= ~BDC_EP_STOP; in bdc_notify_xfr()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c349 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()
H A Dbdc.h250 #define BDC_EP_STOP BIT(2) macro
H A Dbdc_ep.c350 if (unlikely(ep->flags & BDC_EP_STOP)) in bdc_notify_xfr()
351 ep->flags &= ~BDC_EP_STOP; in bdc_notify_xfr()

Completed in 8 milliseconds