Searched refs:EP_ENABLED (Results 1 – 7 of 7) sorted by relevance
713 pdev->eps[0].ep_state |= EP_ENABLED; in cdnsp_reset_device()944 if (dev_WARN_ONCE(pdev->dev, pep->ep_state & EP_ENABLED, in cdnsp_gadget_ep_enable()990 pep->ep_state |= EP_ENABLED; in cdnsp_gadget_ep_enable()1018 if (!(pep->ep_state & EP_ENABLED)) { in cdnsp_gadget_ep_disable()1053 pep->ep_state &= ~(EP_ENABLED | EP_UNCONFIGURED); in cdnsp_gadget_ep_disable()1106 if (!(pep->ep_state & EP_ENABLED)) { in cdnsp_gadget_ep_queue()1136 if (!(pep->ep_state & EP_ENABLED)) in cdnsp_gadget_ep_dequeue()
734 if ((outq_ep->flags & EP_ENABLED) && !(outq_ep->use_streams) && in cdns3_wa2_check_outq_status()2308 if (dev_WARN_ONCE(priv_dev->dev, priv_ep->flags & EP_ENABLED, in cdns3_gadget_ep_enable()2394 priv_ep->flags |= EP_ENABLED | EP_UPDATE_EP_TRBADDR; in cdns3_gadget_ep_enable()2434 if (dev_WARN_ONCE(priv_dev->dev, !(priv_ep->flags & EP_ENABLED), in cdns3_gadget_ep_disable()2491 priv_ep->flags &= ~EP_ENABLED; in cdns3_gadget_ep_disable()2763 if (!(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep_set_halt()
498 __entry->flags & EP_ENABLED ? "EN | " : "",
719 !(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep0_queue()
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()