Searched refs:DWC3_EP_DELAY_START (Results 1 – 2 of 2) sorted by relevance
1867 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()
724 #define DWC3_EP_DELAY_START BIT(6) macro
Completed in 16 milliseconds