Searched refs:syscore_suspend (Results 1 – 6 of 6) sorted by relevance
43 * syscore_suspend - Execute all the registered system core suspend callbacks.47 int syscore_suspend(void) in syscore_suspend() function 52 trace_suspend_resume(TPS("syscore_suspend"), 0, true); in syscore_suspend() 72 trace_suspend_resume(TPS("syscore_suspend"), 0, false); in syscore_suspend() 84 EXPORT_SYMBOL_GPL(syscore_suspend);
23 extern int syscore_suspend(void);
335 error = syscore_suspend(); in create_image() 527 error = syscore_suspend(); in resume_target_kernel() 646 error = syscore_suspend(); in hibernation_platform_enter()
456 error = syscore_suspend(); in suspend_enter()
63 err = syscore_suspend(); in xen_suspend()
127 syscore_suspend: