Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dtrace.h321 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',
H A Dgadget.c1990 (dep->flags & DWC3_EP_WEDGE) || in __dwc3_gadget_ep_queue()
2214 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2241 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2277 dep->flags |= DWC3_EP_WEDGE; in dwc3_gadget_ep_set_wedge()
3777 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in dwc3_gadget_endpoint_command_complete()
H A Dep0.c551 if (set == 0 && (dep->flags & DWC3_EP_WEDGE)) in dwc3_ep0_handle_endpoint()
H A Dcore.h743 #define DWC3_EP_WEDGE BIT(2) macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h448 #define DWC3_EP_WEDGE (1 << 2) macro
H A Dgadget.c1176 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
1204 dep->flags |= DWC3_EP_WEDGE; in dwc3_gadget_ep_set_wedge()
H A Dep0.c478 if (set == 0 && (dep->flags & DWC3_EP_WEDGE)) in dwc3_ep0_handle_feature()
/openbmc/linux/Documentation/driver-api/usb/
H A Ddwc3.rst676 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',