Home
last modified time | relevance | path

Searched refs:BDC_EP_STALL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c311 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()
H A Dbdc.h249 #define BDC_EP_STALL BIT(1) macro