Searched refs:power_notifiers (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/base/power/ |
A D | domain.c | 552 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers, in _genpd_power_on() 586 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL); in _genpd_power_on() 590 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF, in _genpd_power_on() 603 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers, in _genpd_power_off() 637 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF, in _genpd_power_off() 641 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL); in _genpd_power_off() 1782 ret = raw_notifier_chain_register(&genpd->power_notifiers, nb); in dev_pm_genpd_add_notifier() 1828 ret = raw_notifier_chain_unregister(&genpd->power_notifiers, in dev_pm_genpd_remove_notifier() 2061 RAW_INIT_NOTIFIER_HEAD(&genpd->power_notifiers); in pm_genpd_init()
|
/linux-6.3-rc2/include/linux/ |
A D | pm_domain.h | 142 struct raw_notifier_head power_notifiers; /* Power on/off notifiers */ member
|
Completed in 10 milliseconds