Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c562 if (dep->flags & DWC3_EP_STALL) in __dwc3_gadget_ep_disable()
1182 dep->flags |= DWC3_EP_STALL; in __dwc3_gadget_ep_set_halt()
1190 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2062 if (!(dep->flags & DWC3_EP_STALL)) in dwc3_clear_stall_all_ep()
2065 dep->flags &= ~DWC3_EP_STALL; in dwc3_clear_stall_all_ep()
H A Dcore.h465 #define DWC3_EP_STALL (1 << 1) macro
H A Dep0.c368 if (dep->flags & DWC3_EP_STALL) in dwc3_ep0_handle_status()