Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc3/
Dtrace.h323 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',
Dgadget.c1941 (dep->flags & DWC3_EP_WEDGE) || in __dwc3_gadget_ep_queue()
2155 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2182 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2218 dep->flags |= DWC3_EP_WEDGE; in dwc3_gadget_ep_set_wedge()
3551 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in dwc3_gadget_endpoint_command_complete()
Dep0.c543 if (set == 0 && (dep->flags & DWC3_EP_WEDGE)) in dwc3_ep0_handle_endpoint()
Dcore.h732 #define DWC3_EP_WEDGE BIT(2) macro
/Linux-v6.1/Documentation/driver-api/usb/
Ddwc3.rst676 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',