Searched refs:power_notifiers (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/pmdomain/ |
| H A D | core.c | 739 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers, in _genpd_power_on() 773 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL); in _genpd_power_on() 777 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF, in _genpd_power_on() 790 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers, in _genpd_power_off() 824 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF, in _genpd_power_off() 828 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL); in _genpd_power_off() 1979 ret = raw_notifier_chain_register(&genpd->power_notifiers, nb); in dev_pm_genpd_add_notifier() 2025 ret = raw_notifier_chain_unregister(&genpd->power_notifiers, in dev_pm_genpd_remove_notifier() 2286 RAW_INIT_NOTIFIER_HEAD(&genpd->power_notifiers); in pm_genpd_init()
|
| /linux-6.15/include/linux/ |
| H A D | pm_domain.h | 188 struct raw_notifier_head power_notifiers; /* Power on/off notifiers */ member
|