Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c1993 dep->flags |= DWC3_EP_DELAY_START; in __dwc3_gadget_ep_queue()
2243 if ((dep->flags & DWC3_EP_DELAY_START) && in __dwc3_gadget_ep_set_halt()
2247 dep->flags &= ~DWC3_EP_DELAY_START; in __dwc3_gadget_ep_set_halt()
3782 if ((dep->flags & DWC3_EP_DELAY_START) && in dwc3_gadget_endpoint_command_complete()
3786 dep->flags &= ~DWC3_EP_DELAY_START; in dwc3_gadget_endpoint_command_complete()
3843 dep->flags |= DWC3_EP_DELAY_START; in dwc3_gadget_endpoint_stream_event()
H A Dcore.h747 #define DWC3_EP_DELAY_START BIT(6) macro