Searched refs:pm_notify (Results 1 – 5 of 5) sorted by relevance
432 wil->pm_notify.notifier_call = wil6210_pm_notify; in wil_pcie_probe()434 rc = register_pm_notifier(&wil->pm_notify); in wil_pcie_probe()470 unregister_pm_notifier(&wil->pm_notify); in wil_pcie_remove()574 notify_block, struct wil6210_priv, pm_notify); in wil6210_pm_notify()
1037 struct notifier_block pm_notify; member
67 struct notifier_block pm_notify; member1491 fw_cache.pm_notify.notifier_call = fw_pm_notify; in register_fw_pm_ops()1492 ret = register_pm_notifier(&fw_cache.pm_notify); in register_fw_pm_ops()1504 unregister_pm_notifier(&fw_cache.pm_notify); in unregister_fw_pm_ops()
2525 + notify_block, struct mmc_host, pm_notify);2580 + host->pm_notify.notifier_call = mmc_pm_notify;2581 + register_pm_notifier(&host->pm_notify);2586 + unregister_pm_notifier(&host->pm_notify);
11242 + struct notifier_block pm_notify;