Home
last modified time | relevance | path

Searched refs:DWC3_EP_DELAY_STOP (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/dwc3/
A Dgadget.c1030 if (dep->flags & DWC3_EP_DELAY_STOP) in dwc3_remove_requests()
1089 if (dep->flags & DWC3_EP_DELAY_STOP) in __dwc3_gadget_ep_disable()
1090 mask |= (DWC3_EP_DELAY_STOP | DWC3_EP_TRANSFER_STARTED); in __dwc3_gadget_ep_disable()
1772 dep->flags |= DWC3_EP_DELAY_STOP; in __dwc3_stop_active_transfer()
1783 dep->flags &= ~DWC3_EP_DELAY_STOP; in __dwc3_stop_active_transfer()
2006 (dep->flags & DWC3_EP_DELAY_STOP) || in __dwc3_gadget_ep_queue()
2239 (dep->flags & DWC3_EP_DELAY_STOP)) { in __dwc3_gadget_ep_set_halt()
3971 if (interrupt && (dep->flags & DWC3_EP_DELAY_STOP)) in dwc3_stop_active_transfer()
3986 dep->flags |= DWC3_EP_DELAY_STOP; in dwc3_stop_active_transfer()
A Dep0.c299 if (!(dwc3_ep->flags & DWC3_EP_DELAY_STOP)) in dwc3_ep0_out_start()
302 dwc3_ep->flags &= ~DWC3_EP_DELAY_STOP; in dwc3_ep0_out_start()
A Dcore.h773 #define DWC3_EP_DELAY_STOP BIT(13) macro

Completed in 735 milliseconds