Home
last modified time | relevance | path

Searched refs:idle_shutdown (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/pld/src/
Dpld_pcie_fw_sim.c144 return pld_context->ops->idle_shutdown(&pdev->dev, in pld_pcie_fw_sim_idle_shutdown_cb()
419 return pld_context->ops->idle_shutdown(&pdev->dev, in pld_pcie_fw_sim_idle_shutdown_cb()
595 .idle_shutdown = pld_pcie_fw_sim_idle_shutdown_cb,
Dpld_snoc.c84 return pld_context->ops->idle_shutdown(dev, PLD_BUS_TYPE_SNOC); in pld_snoc_idle_shutdown_cb()
423 .idle_shutdown = pld_snoc_idle_shutdown_cb,
Dpld_ipci.c442 return pld_context->ops->idle_shutdown(dev, in pld_ipci_idle_shutdown_cb()
513 .idle_shutdown = pld_ipci_idle_shutdown_cb,
Dpld_pcie.c199 return pld_context->ops->idle_shutdown(&pdev->dev, in pld_pcie_idle_shutdown_cb()
745 .idle_shutdown = pld_pcie_idle_shutdown_cb,
/wlan-driver/platform/inc/
Dicnss2.h72 int (*idle_shutdown)(struct device *dev); member
Dcnss2.h254 int (*idle_shutdown)(struct pci_dev *pdev); member
/wlan-driver/qcacld-3.0/core/pld/inc/
Dpld_common.h600 int (*idle_shutdown)(struct device *dev, member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_driver_ops.c2360 .idle_shutdown = wlan_hdd_pld_idle_shutdown,
/wlan-driver/platform/icnss2/
Dmain.c1758 if (!priv->ops || !priv->ops->idle_shutdown) in icnss_driver_event_idle_shutdown()
1769 ret = priv->ops->idle_shutdown(&priv->pdev->dev); in icnss_driver_event_idle_shutdown()
/wlan-driver/platform/cnss2/
Dpci.c3087 ret = pci_priv->driver_ops->idle_shutdown(pci_priv->pci_dev); in cnss_pci_call_driver_remove()