Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c124 bdc->bdc_ep_array[1]->flags |= BDC_EP_ENABLED; in bdc_uspc_connected()
139 if (ep && (ep->flags & BDC_EP_ENABLED)) in bdc_uspc_disconnected()
Dbdc.h248 #define BDC_EP_ENABLED BIT(0) macro
Dbdc_cmd.c345 if (!(ep->flags & BDC_EP_ENABLED)) { in bdc_stop_ep()
Dbdc_ep.c630 ep->flags |= BDC_EP_ENABLED; in bdc_ep_enable()
912 if (ep->flags & BDC_EP_ENABLED) in bdc_free_ep()
1652 if (!ep || !(ep->flags & BDC_EP_ENABLED)) { in bdc_sr_xsf()
1920 if (!(ep->flags & BDC_EP_ENABLED)) { in bdc_gadget_ep_disable()