Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Dtrace.h315 __entry->flags & DWC3_EP_STALL ? 'S' : 's',
Dgadget.c738 if (dep->flags & DWC3_EP_STALL) in __dwc3_gadget_ep_disable()
1619 dep->flags |= DWC3_EP_STALL; in __dwc3_gadget_ep_set_halt()
1627 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2748 if (!(dep->flags & DWC3_EP_STALL)) in dwc3_clear_stall_all_ep()
2751 dep->flags &= ~DWC3_EP_STALL; in dwc3_clear_stall_all_ep()
Dcore.h688 #define DWC3_EP_STALL BIT(1) macro
Dep0.c353 if (dep->flags & DWC3_EP_STALL) in dwc3_ep0_handle_status()