Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
A Dgadget.c1867 dep->flags |= DWC3_EP_DELAY_START; in __dwc3_gadget_ep_queue()
2099 if ((dep->flags & DWC3_EP_DELAY_START) && in __dwc3_gadget_ep_set_halt()
2103 dep->flags &= ~DWC3_EP_DELAY_START; in __dwc3_gadget_ep_set_halt()
3402 if ((dep->flags & DWC3_EP_DELAY_START) && in dwc3_gadget_endpoint_command_complete()
3406 dep->flags &= ~DWC3_EP_DELAY_START; in dwc3_gadget_endpoint_command_complete()
3462 dep->flags |= DWC3_EP_DELAY_START; in dwc3_gadget_endpoint_stream_event()
A Dcore.h724 #define DWC3_EP_DELAY_START BIT(6) macro

Completed in 16 milliseconds