Searched refs:pm_notifier_call_chain_robust (Results 1 – 3 of 3) sorted by relevance
819 error = pm_notifier_call_chain_robust(PM_HIBERNATION_PREPARE, PM_POST_HIBERNATION); in hibernate()930 error = pm_notifier_call_chain_robust(PM_HIBERNATION_PREPARE, PM_POST_HIBERNATION); in hibernate_quiet_exec()1080 error = pm_notifier_call_chain_robust(PM_RESTORE_PREPARE, PM_POST_RESTORE); in software_resume()
381 error = pm_notifier_call_chain_robust(PM_SUSPEND_PREPARE, PM_POST_SUSPEND); in suspend_prepare()
168 int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down) in pm_notifier_call_chain_robust() function