Searched refs:DWC3_EP_WEDGE (Results 1 – 5 of 5) sorted by relevance
321 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',
1949 (dep->flags & DWC3_EP_WEDGE) || in __dwc3_gadget_ep_queue()2173 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()2200 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()2236 dep->flags |= DWC3_EP_WEDGE; in dwc3_gadget_ep_set_wedge()3702 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in dwc3_gadget_endpoint_command_complete()
551 if (set == 0 && (dep->flags & DWC3_EP_WEDGE)) in dwc3_ep0_handle_endpoint()
758 #define DWC3_EP_WEDGE BIT(2) macro
676 __entry->flags & DWC3_EP_WEDGE ? 'W' : 'w',