Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.c713 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()
Dcdns3-gadget.c734 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()
Dcdns3-trace.h498 __entry->flags & EP_ENABLED ? "EN | " : "",
Dcdns3-ep0.c719 !(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep0_queue()
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()