Searched refs:DWC3_EP_WEDGE (Results 1 – 3 of 3) sorted by relevance
448 #define DWC3_EP_WEDGE (1 << 2) macro
1177 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()1205 dep->flags |= DWC3_EP_WEDGE; in dwc3_gadget_ep_set_wedge()
478 if (set == 0 && (dep->flags & DWC3_EP_WEDGE)) in dwc3_ep0_handle_feature()