Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Dtrace.h323 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',
Dgadget.c1965 (dep->flags & DWC3_EP_WEDGE) || in __dwc3_gadget_ep_queue()
2189 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2216 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2252 dep->flags |= DWC3_EP_WEDGE; in dwc3_gadget_ep_set_wedge()
3621 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.h740 #define DWC3_EP_WEDGE BIT(2) macro