Searched refs:power_notifiers (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/pmdomain/ |
| H A D | core.c | 839 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers, in _genpd_power_on() 873 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL); in _genpd_power_on() 877 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF, in _genpd_power_on() 890 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers, in _genpd_power_off() 924 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF, in _genpd_power_off() 928 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL); in _genpd_power_off() 2082 ret = raw_notifier_chain_register(&genpd->power_notifiers, nb); in dev_pm_genpd_add_notifier() 2128 ret = raw_notifier_chain_unregister(&genpd->power_notifiers, in dev_pm_genpd_remove_notifier() 2405 RAW_INIT_NOTIFIER_HEAD(&genpd->power_notifiers); in pm_genpd_init()
|
| /linux/include/linux/ |
| H A D | pm_domain.h | 220 struct raw_notifier_head power_notifiers; /* Power on/off notifiers */ member
|