Home
last modified time | relevance | path

Searched refs:EP_WEDGE (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-ep0.c377 else if (!(priv_ep->flags & EP_WEDGE)) in cdns3_ep0_feature_handle_endpoint()
788 priv_ep->flags |= EP_WEDGE; in cdns3_gadget_ep_set_wedge()
Dcdnsp-ep0.c309 if (!set && (pep->ep_state & EP_WEDGE)) { in cdnsp_ep0_handle_feature_endpoint()
Dcdnsp-gadget.c630 if (pep->idx != 0 && !(pep->ep_state & EP_WEDGE)) in cdnsp_halt_endpoint()
633 pep->ep_state &= ~EP_WEDGE; in cdnsp_halt_endpoint()
1184 pep->ep_state |= EP_WEDGE; in cdnsp_gadget_ep_set_wedge()
Dcdns3-trace.h500 __entry->flags & EP_WEDGE ? "WEDGE | " : "",
Dcdns3-gadget.h1151 #define EP_WEDGE BIT(3) macro
Dcdnsp-gadget.h835 #define EP_WEDGE BIT(4) macro
Dcdns3-gadget.c2755 priv_ep->flags &= ~EP_WEDGE; in cdns3_gadget_ep_set_halt()