Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
A Dtrace.h322 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',
A Dgadget.c1865 (dep->flags & DWC3_EP_WEDGE) || in __dwc3_gadget_ep_queue()
2074 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2097 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2133 dep->flags |= DWC3_EP_WEDGE; in dwc3_gadget_ep_set_wedge()
3397 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in dwc3_gadget_endpoint_command_complete()
A Dcore.h720 #define DWC3_EP_WEDGE BIT(2) macro
A Dep0.c524 if (set == 0 && (dep->flags & DWC3_EP_WEDGE)) in dwc3_ep0_handle_endpoint()
/linux/Documentation/driver-api/usb/
A Ddwc3.rst676 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',

Completed in 25 milliseconds