Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A 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()
H A Dcdnsp-ep0.c309 if (!set && (pep->ep_state & EP_WEDGE)) { in cdnsp_ep0_handle_feature_endpoint()
H A Dcdnsp-gadget.c664 if (pep->idx != 0 && !(pep->ep_state & EP_WEDGE)) in cdnsp_halt_endpoint()
667 pep->ep_state &= ~EP_WEDGE; in cdnsp_halt_endpoint()
1219 pep->ep_state |= EP_WEDGE; in cdnsp_gadget_ep_set_wedge()
H A Dcdns3-gadget.h1151 #define EP_WEDGE BIT(3) macro
H A Dcdnsp-gadget.h843 #define EP_WEDGE BIT(4) macro
H A Dcdns3-gadget.c2852 priv_ep->flags &= ~EP_WEDGE; in cdns3_gadget_ep_set_halt()
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h564 #define EP_WEDGE BIT(3) macro
H A Dcdns2-ep0.c300 if (set || !(pep->ep_state & EP_WEDGE)) in cdns2_ep0_handle_feature_endpoint()
H A Dcdns2-gadget.c1904 pep->ep_state &= ~EP_WEDGE; in cdns2_gadget_ep_set_halt()
1918 pep->ep_state |= EP_WEDGE; in cdns2_gadget_ep_set_wedge()