Searched refs:EP_ENABLED (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/usb/cdns3/ |
D | cdnsp-gadget.c | 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() 1051 pep->ep_state &= ~(EP_ENABLED | EP_UNCONFIGURED); in cdnsp_gadget_ep_disable() 1104 if (!(pep->ep_state & EP_ENABLED)) { in cdnsp_gadget_ep_queue() 1137 if (!(pep->ep_state & EP_ENABLED)) in cdnsp_gadget_ep_dequeue()
|
D | cdns3-gadget.c | 735 if ((outq_ep->flags & EP_ENABLED) && !(outq_ep->use_streams) && in cdns3_wa2_check_outq_status() 2382 if (dev_WARN_ONCE(priv_dev->dev, priv_ep->flags & EP_ENABLED, in cdns3_gadget_ep_enable() 2468 priv_ep->flags |= EP_ENABLED | EP_UPDATE_EP_TRBADDR; in cdns3_gadget_ep_enable() 2508 if (dev_WARN_ONCE(priv_dev->dev, !(priv_ep->flags & EP_ENABLED), in cdns3_gadget_ep_disable() 2565 priv_ep->flags &= ~EP_ENABLED; in cdns3_gadget_ep_disable() 2839 if (!(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep_set_halt()
|
D | cdns3-trace.h | 488 __entry->flags & EP_ENABLED ? "EN | " : "",
|
D | cdns3-ep0.c | 719 !(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep0_queue()
|
D | cdns3-gadget.h | 1148 #define EP_ENABLED BIT(0) macro
|
D | cdnsp-gadget.h | 832 #define EP_ENABLED BIT(0) macro
|
D | cdnsp-ring.c | 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()
|
/linux-6.12.1/drivers/usb/gadget/udc/cdns2/ |
D | cdns2-gadget.c | 1545 if (dev_WARN_ONCE(pdev->dev, pep->ep_state & EP_ENABLED, in cdns2_gadget_ep_enable() 1592 pep->ep_state |= EP_ENABLED; in cdns2_gadget_ep_enable() 1625 if (dev_WARN_ONCE(pdev->dev, !(pep->ep_state & EP_ENABLED), in cdns2_gadget_ep_disable() 1661 pep->ep_state &= ~EP_ENABLED; in cdns2_gadget_ep_disable() 1711 if (!(pep->ep_state & EP_ENABLED)) { in cdns2_gadget_ep_queue() 1760 if (!(pep->ep_state & EP_ENABLED)) in cdns2_gadget_ep_dequeue() 1829 if (!(pep->ep_state & EP_ENABLED)) in cdns2_halt_endpoint()
|
D | cdns2-gadget.h | 561 #define EP_ENABLED BIT(0) macro
|
D | cdns2-trace.h | 492 __entry->flags & EP_ENABLED ? "EN | " : "",
|