Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c1013 if (dep->flags & DWC3_EP_DELAY_STOP) in dwc3_remove_requests()
1072 if (dep->flags & DWC3_EP_DELAY_STOP) in __dwc3_gadget_ep_disable()
1073 mask |= (DWC3_EP_DELAY_STOP | DWC3_EP_TRANSFER_STARTED); in __dwc3_gadget_ep_disable()
1757 dep->flags |= DWC3_EP_DELAY_STOP; in __dwc3_stop_active_transfer()
1768 dep->flags &= ~DWC3_EP_DELAY_STOP; in __dwc3_stop_active_transfer()
1991 (dep->flags & DWC3_EP_DELAY_STOP) || in __dwc3_gadget_ep_queue()
2224 (dep->flags & DWC3_EP_DELAY_STOP)) { in __dwc3_gadget_ep_set_halt()
3920 if (interrupt && (dep->flags & DWC3_EP_DELAY_STOP)) in dwc3_stop_active_transfer()
3935 dep->flags |= DWC3_EP_DELAY_STOP; in dwc3_stop_active_transfer()
H 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()
H A Dcore.h754 #define DWC3_EP_DELAY_STOP BIT(13) macro