Searched refs:runtime_suspend (Results 1 – 14 of 14) sorted by relevance
/wlan-driver/qcacld-3.0/core/pld/src/ |
H A D | pld_ipci.c | 268 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 D | pld_pcie.c | 443 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 D | icnss2.h | 69 int (*runtime_suspend)(struct device *dev); member
|
H A D | cnss2.h | 77 int (*runtime_suspend)(struct pci_dev *pdev); member
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_misc.h | 239 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 D | cdp_txrx_ops.h | 1870 QDF_STATUS (*runtime_suspend)(struct cdp_soc_t *soc_hdl, member
|
/wlan-driver/qcacld-3.0/core/pld/inc/ |
H A D | pld_common.h | 629 int (*runtime_suspend)(struct device *dev, member
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_driver_ops.c | 2376 .runtime_suspend = wlan_hdd_pld_runtime_suspend,
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma.h | 994 qdf_event_t runtime_suspend; member
|
/wlan-driver/platform/icnss2/ |
H A D | main.c | 5192 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 D | pci.c | 4267 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 D | wma_main.c | 3779 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 D | ol_txrx.c | 6209 .runtime_suspend = ol_txrx_runtime_suspend,
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_main.c | 13274 .runtime_suspend = dp_runtime_suspend,
|