Searched refs:EP_ENABLED (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 751 pdev->eps[0].ep_state |= EP_ENABLED; in cdnsp_reset_device() 982 if (dev_WARN_ONCE(pdev->dev, pep->ep_state & EP_ENABLED, in cdnsp_gadget_ep_enable() 1028 pep->ep_state |= EP_ENABLED; in cdnsp_gadget_ep_enable() 1056 if (!(pep->ep_state & EP_ENABLED)) { in cdnsp_gadget_ep_disable() 1089 pep->ep_state &= ~(EP_ENABLED | EP_UNCONFIGURED); in cdnsp_gadget_ep_disable() 1142 if (!(pep->ep_state & EP_ENABLED)) { in cdnsp_gadget_ep_queue() 1175 if (!(pep->ep_state & EP_ENABLED)) in cdnsp_gadget_ep_dequeue()
|
H A D | cdns3-gadget.c | 735 if ((outq_ep->flags & EP_ENABLED) && !(outq_ep->use_streams) && in cdns3_wa2_check_outq_status() 2384 if (dev_WARN_ONCE(priv_dev->dev, priv_ep->flags & EP_ENABLED, in cdns3_gadget_ep_enable() 2470 priv_ep->flags |= EP_ENABLED | EP_UPDATE_EP_TRBADDR; in cdns3_gadget_ep_enable() 2510 if (dev_WARN_ONCE(priv_dev->dev, !(priv_ep->flags & EP_ENABLED), in cdns3_gadget_ep_disable() 2567 priv_ep->flags &= ~EP_ENABLED; in cdns3_gadget_ep_disable() 2841 if (!(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep_set_halt()
|
H A D | cdns3-trace.h | 488 __entry->flags & EP_ENABLED ? "EN | " : "",
|
H A D | cdns3-ep0.c | 719 !(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep0_queue()
|
H A D | cdns3-gadget.h | 1148 #define EP_ENABLED BIT(0) macro
|
H A D | cdnsp-gadget.h | 839 #define EP_ENABLED BIT(0) macro
|
H A D | cdnsp-ring.c | 288 if (ep_state & EP_HALTED || !(ep_state & EP_ENABLED)) in cdnsp_ring_ep_doorbell() 722 if (seg && (pep->ep_state & EP_ENABLED) && in cdnsp_remove_request()
|
/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.c | 1546 if (dev_WARN_ONCE(pdev->dev, pep->ep_state & EP_ENABLED, in cdns2_gadget_ep_enable() 1593 pep->ep_state |= EP_ENABLED; in cdns2_gadget_ep_enable() 1626 if (dev_WARN_ONCE(pdev->dev, !(pep->ep_state & EP_ENABLED), in cdns2_gadget_ep_disable() 1662 pep->ep_state &= ~EP_ENABLED; in cdns2_gadget_ep_disable() 1712 if (!(pep->ep_state & EP_ENABLED)) { in cdns2_gadget_ep_queue() 1761 if (!(pep->ep_state & EP_ENABLED)) in cdns2_gadget_ep_dequeue() 1830 if (!(pep->ep_state & EP_ENABLED)) in cdns2_halt_endpoint()
|
H A D | cdns2-gadget.h | 561 #define EP_ENABLED BIT(0) macro
|
H A D | cdns2-trace.h | 492 __entry->flags & EP_ENABLED ? "EN | " : "",
|