Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc3/
H A Dgadget.c3327 if ((dep->flags & DWC3_EP_IGNORE_NEXT_NOSTREAM) || in dwc3_nostream_work()
3356 dep->flags &= ~DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_nostream_work()
3812 dep->flags |= DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_gadget_endpoint_command_complete()
3849 dep->flags &= ~DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_gadget_endpoint_stream_event()
3858 dep->flags &= ~DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_gadget_endpoint_stream_event()
H A Dcore.h768 #define DWC3_EP_IGNORE_NEXT_NOSTREAM BIT(8) macro