Home
last modified time | relevance | path

Searched refs:EP_ENABLED (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-gadget.c717 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()
Dcdns3-gadget.c747 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()
Dcdns3-ep0.c719 !(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep0_queue()
Dcdns3-trace.h498 __entry->flags & EP_ENABLED ? "EN | " : "",
Dcdns3-gadget.h1148 #define EP_ENABLED BIT(0) macro
Dcdnsp-gadget.h831 #define EP_ENABLED BIT(0) macro
Dcdnsp-ring.c288 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()