Searched refs:EP_ENABLED (Results 1 – 7 of 7) sorted by relevance
717 pdev->eps[0].ep_state |= EP_ENABLED; in cdnsp_reset_device()948 if (dev_WARN_ONCE(pdev->dev, pep->ep_state & EP_ENABLED, in cdnsp_gadget_ep_enable()994 pep->ep_state |= EP_ENABLED; in cdnsp_gadget_ep_enable()1022 if (!(pep->ep_state & EP_ENABLED)) { in cdnsp_gadget_ep_disable()1057 pep->ep_state &= ~(EP_ENABLED | EP_UNCONFIGURED); in cdnsp_gadget_ep_disable()1110 if (!(pep->ep_state & EP_ENABLED)) { in cdnsp_gadget_ep_queue()1140 if (!(pep->ep_state & EP_ENABLED)) in cdnsp_gadget_ep_dequeue()
747 if ((outq_ep->flags & EP_ENABLED) && !(outq_ep->use_streams) && in cdns3_wa2_check_outq_status()2309 if (dev_WARN_ONCE(priv_dev->dev, priv_ep->flags & EP_ENABLED, in cdns3_gadget_ep_enable()2395 priv_ep->flags |= EP_ENABLED | EP_UPDATE_EP_TRBADDR; in cdns3_gadget_ep_enable()2435 if (dev_WARN_ONCE(priv_dev->dev, !(priv_ep->flags & EP_ENABLED), in cdns3_gadget_ep_disable()2492 priv_ep->flags &= ~EP_ENABLED; in cdns3_gadget_ep_disable()2747 if (!(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep_set_halt()
719 !(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep0_queue()
498 __entry->flags & EP_ENABLED ? "EN | " : "",
1148 #define EP_ENABLED BIT(0) macro
831 #define EP_ENABLED BIT(0) macro
288 if (ep_state & EP_HALTED || !(ep_state & EP_ENABLED)) in cdnsp_ring_ep_doorbell()721 if (seg && (pep->ep_state & EP_ENABLED)) in cdnsp_remove_request()