Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Dtrace.h322 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',
Dgadget.c1958 (dep->flags & DWC3_EP_WEDGE) || in __dwc3_gadget_ep_queue()
2180 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2202 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2238 dep->flags |= DWC3_EP_WEDGE; in dwc3_gadget_ep_set_wedge()
3605 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in dwc3_gadget_endpoint_command_complete()
Dep0.c546 if (set == 0 && (dep->flags & DWC3_EP_WEDGE)) in dwc3_ep0_handle_endpoint()
Dcore.h724 #define DWC3_EP_WEDGE BIT(2) macro