Searched refs:DWC3_EP_STREAM_PRIMED (Results 1 – 2 of 2) sorted by relevance
3334 if (dep->flags & DWC3_EP_STREAM_PRIMED) in dwc3_nostream_work()3867 dep->flags |= DWC3_EP_STREAM_PRIMED; in dwc3_gadget_endpoint_stream_event()3876 dep->flags |= DWC3_EP_STREAM_PRIMED; in dwc3_gadget_endpoint_stream_event()3880 dep->flags &= ~DWC3_EP_STREAM_PRIMED; in dwc3_gadget_endpoint_stream_event()
770 #define DWC3_EP_STREAM_PRIMED BIT(10) macro