Home
last modified time | relevance | path

Searched refs:pm_notifier_call_chain (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/kernel/power/
Duser.c77 error = pm_notifier_call_chain(PM_HIBERNATION_PREPARE); in snapshot_open()
79 pm_notifier_call_chain(PM_POST_HIBERNATION); in snapshot_open()
89 error = pm_notifier_call_chain(PM_RESTORE_PREPARE); in snapshot_open()
95 pm_notifier_call_chain(PM_POST_RESTORE); in snapshot_open()
126 pm_notifier_call_chain(data->mode == O_RDONLY ? in snapshot_release()
Dsuspend.c276 error = pm_notifier_call_chain(PM_SUSPEND_PREPARE); in suspend_prepare()
289 pm_notifier_call_chain(PM_POST_SUSPEND); in suspend_prepare()
456 pm_notifier_call_chain(PM_POST_SUSPEND); in suspend_finish()
Dhibernate.c665 error = pm_notifier_call_chain(PM_HIBERNATION_PREPARE); in hibernate()
717 pm_notifier_call_chain(PM_POST_HIBERNATION); in hibernate()
830 error = pm_notifier_call_chain(PM_RESTORE_PREPARE); in software_resume()
858 pm_notifier_call_chain(PM_POST_RESTORE); in software_resume()
Dpower.h194 extern int pm_notifier_call_chain(unsigned long val);
Dmain.c41 int pm_notifier_call_chain(unsigned long val) in pm_notifier_call_chain() function