Home
last modified time | relevance | path

Searched refs:runtime_suspend (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qcacld-3.0/core/pld/src/
H A Dpld_ipci.c268 if (pld_context->ops && pld_context->ops->runtime_suspend) in pld_ipci_runtime_suspend()
269 return pld_context->ops->runtime_suspend(dev, in pld_ipci_runtime_suspend()
509 .runtime_suspend = pld_ipci_runtime_suspend,
H A Dpld_pcie.c443 if (pld_context->ops->runtime_suspend) in pld_pcie_runtime_suspend()
444 return pld_context->ops->runtime_suspend(&pdev->dev, in pld_pcie_runtime_suspend()
734 .runtime_suspend = pld_pcie_runtime_suspend,
/wlan-driver/platform/inc/
H A Dicnss2.h69 int (*runtime_suspend)(struct device *dev); member
H A Dcnss2.h77 int (*runtime_suspend)(struct pci_dev *pdev); member
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_misc.h239 if (soc->ops->misc_ops->runtime_suspend) in cdp_runtime_suspend()
240 return soc->ops->misc_ops->runtime_suspend(soc, pdev_id); in cdp_runtime_suspend()
H A Dcdp_txrx_ops.h1870 QDF_STATUS (*runtime_suspend)(struct cdp_soc_t *soc_hdl, member
/wlan-driver/qcacld-3.0/core/pld/inc/
H A Dpld_common.h629 int (*runtime_suspend)(struct device *dev, member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_driver_ops.c2376 .runtime_suspend = wlan_hdd_pld_runtime_suspend,
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h994 qdf_event_t runtime_suspend; member
/wlan-driver/platform/icnss2/
H A Dmain.c5192 if (!priv->ops || !priv->ops->runtime_suspend || in icnss_pm_runtime_suspend()
5197 ret = priv->ops->runtime_suspend(dev); in icnss_pm_runtime_suspend()
/wlan-driver/platform/cnss2/
H A Dpci.c4267 driver_ops->runtime_ops->runtime_suspend) in cnss_pci_runtime_suspend()
4268 ret = driver_ops->runtime_ops->runtime_suspend(pci_dev); in cnss_pci_runtime_suspend()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c3779 qdf_status = qdf_event_create(&wma_handle->runtime_suspend); in wma_open()
5055 qdf_event_destroy(&wma_handle->runtime_suspend); in wma_close()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c6209 .runtime_suspend = ol_txrx_runtime_suspend,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c13274 .runtime_suspend = dp_runtime_suspend,