Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/
Dsyscore.c47 int syscore_suspend(void) in syscore_suspend() function
84 EXPORT_SYMBOL_GPL(syscore_suspend);
/linux-6.6.21/include/linux/
Dsyscore_ops.h23 extern int syscore_suspend(void);
/linux-6.6.21/kernel/power/
Dhibernate.c315 error = syscore_suspend(); in create_image()
482 error = syscore_suspend(); in resume_target_kernel()
602 syscore_suspend(); in hibernation_platform_enter()
Dsuspend.c440 error = syscore_suspend(); in suspend_enter()
/linux-6.6.21/drivers/xen/
Dmanage.c69 err = syscore_suspend(); in xen_suspend()
/linux-6.6.21/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg127 syscore_suspend:
/linux-6.6.21/arch/x86/kernel/
Dapm_32.c1246 syscore_suspend(); in suspend()
1288 syscore_suspend(); in standby()
/linux-6.6.21/kernel/
Dkexec_core.c1265 error = syscore_suspend(); in kernel_kexec()