Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/dwc3/
Dgadget.c561 if (dep->flags & DWC3_EP_STALL) in __dwc3_gadget_ep_disable()
1169 dep->flags |= DWC3_EP_STALL; in __dwc3_gadget_ep_set_halt()
1177 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2026 if (!(dep->flags & DWC3_EP_STALL)) in dwc3_clear_stall_all_ep()
2029 dep->flags &= ~DWC3_EP_STALL; in dwc3_clear_stall_all_ep()
Dcore.h447 #define DWC3_EP_STALL (1 << 1) macro
Dep0.c367 if (dep->flags & DWC3_EP_STALL) in dwc3_ep0_handle_status()