Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc3/
Dcore.h710 #define DWC3_EP_IGNORE_NEXT_NOSTREAM BIT(8) macro
Dgadget.c3024 if ((dep->flags & DWC3_EP_IGNORE_NEXT_NOSTREAM) || in dwc3_gadget_endpoint_stream_event()
3056 dep->flags &= ~DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_gadget_endpoint_stream_event()
3194 dep->flags |= DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_stop_active_transfer()