Home
last modified time | relevance | path

Searched refs:BDC_EP_ENABLED (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c129 bdc->bdc_ep_array[1]->flags |= BDC_EP_ENABLED; in bdc_uspc_connected()
144 if (ep && (ep->flags & BDC_EP_ENABLED)) in bdc_uspc_disconnected()
Dbdc.h253 #define BDC_EP_ENABLED (1 << 0) macro
Dbdc_ep.c622 ep->flags |= BDC_EP_ENABLED; in bdc_ep_enable()
635 ep->flags |= BDC_EP_ENABLED; in bdc_ep_enable()
916 if (ep->flags & BDC_EP_ENABLED) in bdc_free_ep()
1658 if (!ep || !(ep->flags & BDC_EP_ENABLED)) { in bdc_sr_xsf()
1921 if (!(ep->flags & BDC_EP_ENABLED)) { in bdc_gadget_ep_disable()
Dbdc_cmd.c354 if (!(ep->flags & BDC_EP_ENABLED)) { in bdc_stop_ep()