Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dpcie_bus.c255 wil->pm_notify.notifier_call = wil6210_pm_notify; in wil_pcie_probe()
256 rc = register_pm_notifier(&wil->pm_notify); in wil_pcie_probe()
296 unregister_pm_notifier(&wil->pm_notify); in wil_pcie_remove()
374 notify_block, struct wil6210_priv, pm_notify); in wil6210_pm_notify()
Dwil6210.h670 struct notifier_block pm_notify; member
/drivers/base/
Dfirmware_class.c141 struct notifier_block pm_notify; member
1745 fw_cache.pm_notify.notifier_call = fw_pm_notify; in fw_cache_init()
1746 register_pm_notifier(&fw_cache.pm_notify); in fw_cache_init()
1767 unregister_pm_notifier(&fw_cache.pm_notify); in firmware_class_exit()
/drivers/mmc/core/
Dcore.c2977 notify_block, struct mmc_host, pm_notify); in mmc_pm_notify()
3032 host->pm_notify.notifier_call = mmc_pm_notify; in mmc_register_pm_notifier()
3033 register_pm_notifier(&host->pm_notify); in mmc_register_pm_notifier()
3038 unregister_pm_notifier(&host->pm_notify); in mmc_unregister_pm_notifier()