Searched refs:pm_notifier_call_chain (Results 1 – 5 of 5) sorted by relevance
77 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()
276 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()
665 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()
194 extern int pm_notifier_call_chain(unsigned long val);
41 int pm_notifier_call_chain(unsigned long val) in pm_notifier_call_chain() function