Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Dsyscore.c47 int syscore_suspend(void) in syscore_suspend() function
85 EXPORT_SYMBOL_GPL(syscore_suspend);
/Linux-v4.19/include/linux/
Dsyscore_ops.h24 extern int syscore_suspend(void);
/Linux-v4.19/kernel/power/
Dhibernate.c292 error = syscore_suspend(); in create_image()
453 error = syscore_suspend(); in resume_target_kernel()
573 syscore_suspend(); in hibernation_platform_enter()
Dsuspend.c440 error = syscore_suspend(); in suspend_enter()
/Linux-v4.19/drivers/xen/
Dmanage.c68 err = syscore_suspend(); in xen_suspend()
/Linux-v4.19/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg127 syscore_suspend:
/Linux-v4.19/arch/x86/kernel/
Dapm_32.c1254 syscore_suspend(); in suspend()
1296 syscore_suspend(); in standby()
/Linux-v4.19/kernel/
Dkexec_core.c1150 error = syscore_suspend(); in kernel_kexec()