Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/
Dsyscore.c48 int syscore_suspend(void) in syscore_suspend() function
86 EXPORT_SYMBOL_GPL(syscore_suspend);
/linux-4.1.27/include/linux/
Dsyscore_ops.h24 extern int syscore_suspend(void);
/linux-4.1.27/kernel/power/
Dhibernate.c288 error = syscore_suspend(); in create_image()
441 error = syscore_suspend(); in resume_target_kernel()
558 syscore_suspend(); in hibernation_platform_enter()
Dsuspend.c359 error = syscore_suspend(); in suspend_enter()
/linux-4.1.27/drivers/xen/
Dmanage.c68 err = syscore_suspend(); in xen_suspend()
/linux-4.1.27/arch/x86/kernel/
Dapm_32.c1245 syscore_suspend(); in suspend()
1287 syscore_suspend(); in standby()
/linux-4.1.27/kernel/
Dkexec.c2724 error = syscore_suspend(); in kernel_kexec()