Searched refs:runtime_ops (Results 1 – 3 of 3) sorted by relevance
266 struct cnss_wlan_runtime_ops *runtime_ops; member
764 .runtime_ops = &runtime_pm_ops,
4266 if (driver_ops && driver_ops->runtime_ops && in cnss_pci_runtime_suspend()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()4301 if (driver_ops && driver_ops->runtime_ops && in cnss_pci_runtime_resume()4302 driver_ops->runtime_ops->runtime_resume) in cnss_pci_runtime_resume()4303 ret = driver_ops->runtime_ops->runtime_resume(pci_dev); in cnss_pci_runtime_resume()