Home
last modified time | relevance | path

Searched refs:syscore_suspend (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/base/
Dsyscore.c47 int syscore_suspend(void) in syscore_suspend() function
84 EXPORT_SYMBOL_GPL(syscore_suspend);
/Linux-v5.10/include/linux/
Dsyscore_ops.h23 extern int syscore_suspend(void);
/Linux-v5.10/kernel/power/
Dhibernate.c308 error = syscore_suspend(); in create_image()
473 error = syscore_suspend(); in resume_target_kernel()
593 syscore_suspend(); in hibernation_platform_enter()
Dsuspend.c432 error = syscore_suspend(); in suspend_enter()
/Linux-v5.10/drivers/xen/
Dmanage.c69 err = syscore_suspend(); in xen_suspend()
/Linux-v5.10/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg127 syscore_suspend:
/Linux-v5.10/arch/x86/kernel/
Dapm_32.c1245 syscore_suspend(); in suspend()
1287 syscore_suspend(); in standby()
/Linux-v5.10/kernel/
Dkexec_core.c1163 error = syscore_suspend(); in kernel_kexec()