Home
last modified time | relevance | path

Searched refs:pm_notify (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dpcie_bus.c439 wil->pm_notify.notifier_call = wil6210_pm_notify; in wil_pcie_probe()
441 rc = register_pm_notifier(&wil->pm_notify); in wil_pcie_probe()
479 unregister_pm_notifier(&wil->pm_notify); in wil_pcie_remove()
583 notify_block, struct wil6210_priv, pm_notify); in wil6210_pm_notify()
Dwil6210.h1000 struct notifier_block pm_notify; member
/Linux-v4.19/drivers/base/firmware_loader/
Dmain.c65 struct notifier_block pm_notify; member
1197 fw_cache.pm_notify.notifier_call = fw_pm_notify; in register_fw_pm_ops()
1198 ret = register_pm_notifier(&fw_cache.pm_notify); in register_fw_pm_ops()
1210 unregister_pm_notifier(&fw_cache.pm_notify); in unregister_fw_pm_ops()
/Linux-v4.19/include/linux/mmc/
Dhost.h284 struct notifier_block pm_notify; member
/Linux-v4.19/drivers/mmc/core/
Dcore.c2728 notify_block, struct mmc_host, pm_notify); in mmc_pm_notify()
2783 host->pm_notify.notifier_call = mmc_pm_notify; in mmc_register_pm_notifier()
2784 register_pm_notifier(&host->pm_notify); in mmc_register_pm_notifier()
2789 unregister_pm_notifier(&host->pm_notify); in mmc_unregister_pm_notifier()