Home
last modified time | relevance | path

Searched refs:DWC3_EP_IGNORE_NEXT_NOSTREAM (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dgadget.c3101 dep->flags |= DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_gadget_endpoint_command_complete()
3161 if ((dep->flags & DWC3_EP_IGNORE_NEXT_NOSTREAM) || in dwc3_gadget_endpoint_stream_event()
3193 dep->flags &= ~DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_gadget_endpoint_stream_event()
H A Dcore.h709 #define DWC3_EP_IGNORE_NEXT_NOSTREAM BIT(8) macro
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dgadget.c3696 dep->flags |= DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_gadget_endpoint_command_complete()
3756 if ((dep->flags & DWC3_EP_IGNORE_NEXT_NOSTREAM) || in dwc3_gadget_endpoint_stream_event()
3789 dep->flags &= ~DWC3_EP_IGNORE_NEXT_NOSTREAM; in dwc3_gadget_endpoint_stream_event()
H A Dcore.h747 #define DWC3_EP_IGNORE_NEXT_NOSTREAM BIT(8) macro

Completed in 17 milliseconds