Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dgadget.c630 if (dep->flags & DWC3_EP_STALL) in __dwc3_gadget_ep_disable()
1283 dep->flags |= DWC3_EP_STALL; in __dwc3_gadget_ep_set_halt()
1291 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2182 if (!(dep->flags & DWC3_EP_STALL)) in dwc3_clear_stall_all_ep()
2185 dep->flags &= ~DWC3_EP_STALL; in dwc3_clear_stall_all_ep()
Dcore.h460 #define DWC3_EP_STALL (1 << 1) macro
Dep0.c371 if (dep->flags & DWC3_EP_STALL) in dwc3_ep0_handle_status()