__pm_notifier_call_chain  714 kernel/power/hibernate.c 	error = __pm_notifier_call_chain(PM_HIBERNATION_PREPARE, -1, &nr_calls);
__pm_notifier_call_chain  776 kernel/power/hibernate.c 	__pm_notifier_call_chain(PM_POST_HIBERNATION, nr_calls, NULL);
__pm_notifier_call_chain  891 kernel/power/hibernate.c 	error = __pm_notifier_call_chain(PM_RESTORE_PREPARE, -1, &nr_calls);
__pm_notifier_call_chain  911 kernel/power/hibernate.c 	__pm_notifier_call_chain(PM_POST_RESTORE, nr_calls, NULL);
__pm_notifier_call_chain   94 kernel/power/main.c 	return __pm_notifier_call_chain(val, -1, NULL);
__pm_notifier_call_chain  213 kernel/power/power.h extern int __pm_notifier_call_chain(unsigned long val, int nr_to_call,
__pm_notifier_call_chain  352 kernel/power/suspend.c 	error = __pm_notifier_call_chain(PM_SUSPEND_PREPARE, -1, &nr_calls);
__pm_notifier_call_chain  367 kernel/power/suspend.c 	__pm_notifier_call_chain(PM_POST_SUSPEND, nr_calls, NULL);
__pm_notifier_call_chain   74 kernel/power/user.c 		error = __pm_notifier_call_chain(PM_HIBERNATION_PREPARE, -1, &nr_calls);
__pm_notifier_call_chain   76 kernel/power/user.c 			__pm_notifier_call_chain(PM_POST_HIBERNATION, --nr_calls, NULL);
__pm_notifier_call_chain   86 kernel/power/user.c 		error = __pm_notifier_call_chain(PM_RESTORE_PREPARE, -1, &nr_calls);
__pm_notifier_call_chain   94 kernel/power/user.c 			__pm_notifier_call_chain(PM_POST_RESTORE, nr_calls, NULL);