Home
last modified time | relevance | path

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

/linux-4.4.14/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.c624 ep->flags |= BDC_EP_ENABLED; in bdc_ep_enable()
637 ep->flags |= BDC_EP_ENABLED; in bdc_ep_enable()
918 if (ep->flags & BDC_EP_ENABLED) in bdc_free_ep()
1660 if (!ep || !(ep->flags & BDC_EP_ENABLED)) { in bdc_sr_xsf()
1923 if (!(ep->flags & BDC_EP_ENABLED)) { in bdc_gadget_ep_disable()
Dbdc_cmd.c354 if (!(ep->flags & BDC_EP_ENABLED)) { in bdc_stop_ep()