Searched refs:power_notifiers (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pmdomain/
H A Dcore.c589 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers,
623 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL);
627 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF,
640 ret = raw_notifier_call_chain_robust(&genpd->power_notifiers,
674 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_OFF,
678 raw_notifier_call_chain(&genpd->power_notifiers, GENPD_NOTIFY_ON, NULL);
1820 ret = raw_notifier_chain_register(&genpd->power_notifiers, nb);
1866 ret = raw_notifier_chain_unregister(&genpd->power_notifiers,
2099 RAW_INIT_NOTIFIER_HEAD(&genpd->power_notifiers);
/linux-master/include/linux/
H A Dpm_domain.h173 struct raw_notifier_head power_notifiers; /* Power on/off notifiers */ member in struct:generic_pm_domain

Completed in 196 milliseconds