Home
last modified time | relevance | path

Searched refs:EP_STATE_DISABLED (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-tegra194.c238 #define EP_STATE_DISABLED 0 macro
1618 if (pcie->ep_state == EP_STATE_DISABLED) in pex_ep_event_pex_rst_assert()
1648 pcie->ep_state = EP_STATE_DISABLED; in pex_ep_event_pex_rst_assert()
1948 pcie->ep_state = EP_STATE_DISABLED; in tegra_pcie_config_ep()
/Linux-v5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c232 #define EP_STATE_DISABLED 0 macro
1555 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_set_halt()
1698 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in __tegra_xudc_ep_disable()
1704 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_disable()
1783 if (ep_ctx_read_state(ep->context) != EP_STATE_DISABLED) in __tegra_xudc_ep_enable()
2408 if (ep_ctx_read_state(ep_ctx) == EP_STATE_DISABLED) in tegra_xudc_ep0_get_status()
2696 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in tegra_xudc_handle_transfer_event()
/Linux-v5.10/drivers/usb/host/
Dxhci.h720 #define EP_STATE_DISABLED 0 macro
2662 case EP_STATE_DISABLED: in xhci_ep_state_string()
Dxhci-ring.c2372 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
2951 case EP_STATE_DISABLED: in prepare_ring()
Dxhci.c1776 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()