Searched refs:DWC3_EP_DELAY_START (Results 1 – 2 of 2) sorted by relevance
2081 dep->flags |= DWC3_EP_DELAY_START; in __dwc3_gadget_ep_queue()2300 dep->flags |= DWC3_EP_DELAY_START; in __dwc3_gadget_ep_set_halt()2320 if ((dep->flags & DWC3_EP_DELAY_START) && in __dwc3_gadget_ep_set_halt()2324 dep->flags &= ~DWC3_EP_DELAY_START; in __dwc3_gadget_ep_set_halt()3795 if ((dep->flags & DWC3_EP_DELAY_START) && in dwc3_gadget_endpoint_command_complete()3799 dep->flags &= ~DWC3_EP_DELAY_START; in dwc3_gadget_endpoint_command_complete()3855 dep->flags |= DWC3_EP_DELAY_START; in dwc3_gadget_endpoint_stream_event()
728 #define DWC3_EP_DELAY_START BIT(6) macro