Searched refs:power_notifiers (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/pmdomain/ |
D | core.c | 708 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers, in _genpd_power_on() 742 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL); in _genpd_power_on() 746 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF, in _genpd_power_on() 759 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers, in _genpd_power_off() 793 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF, in _genpd_power_off() 797 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL); in _genpd_power_off() 1943 ret = raw_notifier_chain_register(&genpd->power_notifiers, nb); in dev_pm_genpd_add_notifier() 1989 ret = raw_notifier_chain_unregister(&genpd->power_notifiers, in dev_pm_genpd_remove_notifier() 2225 RAW_INIT_NOTIFIER_HEAD(&genpd->power_notifiers); in pm_genpd_init()
|
/linux-6.12.1/include/linux/ |
D | pm_domain.h | 179 struct raw_notifier_head power_notifiers; /* Power on/off notifiers */ member
|