Home
last modified time | relevance | path

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

/linux-6.12.1/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.c626 if (pep->idx != 0 && !(pep->ep_state & EP_WEDGE)) in cdnsp_halt_endpoint()
629 pep->ep_state &= ~EP_WEDGE; in cdnsp_halt_endpoint()
1181 pep->ep_state |= EP_WEDGE; in cdnsp_gadget_ep_set_wedge()
Dcdns3-trace.h490 __entry->flags & EP_WEDGE ? "WEDGE | " : "",
Dcdns3-gadget.h1151 #define EP_WEDGE BIT(3) macro
Dcdnsp-gadget.h836 #define EP_WEDGE BIT(4) macro
Dcdns3-gadget.c2847 priv_ep->flags &= ~EP_WEDGE; in cdns3_gadget_ep_set_halt()
/linux-6.12.1/drivers/usb/gadget/udc/cdns2/
Dcdns2-gadget.h564 #define EP_WEDGE BIT(3) macro
Dcdns2-ep0.c300 if (set || !(pep->ep_state & EP_WEDGE)) in cdns2_ep0_handle_feature_endpoint()
Dcdns2-trace.h494 __entry->flags & EP_WEDGE ? "WEDGE | " : "",
Dcdns2-gadget.c1903 pep->ep_state &= ~EP_WEDGE; in cdns2_gadget_ep_set_halt()
1917 pep->ep_state |= EP_WEDGE; in cdns2_gadget_ep_set_wedge()