Searched refs:EP_UNCONFIGURED (Results 1 – 2 of 2) sorted by relevance
727 pdev->eps[i].ep_state |= EP_STOPPED | EP_UNCONFIGURED; in cdnsp_reset_device()942 pep->ep_state &= ~EP_UNCONFIGURED; in cdnsp_gadget_ep_enable()1027 if (!(pep->ep_state & EP_UNCONFIGURED)) in cdnsp_gadget_ep_disable()1046 if (!(pep->ep_state & EP_UNCONFIGURED)) in cdnsp_gadget_ep_disable()1051 pep->ep_state &= ~(EP_ENABLED | EP_UNCONFIGURED); in cdnsp_gadget_ep_disable()
839 #define EP_UNCONFIGURED BIT(7) macro