Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Dsyscore.c47 int syscore_suspend(void) in syscore_suspend() function
84 EXPORT_SYMBOL_GPL(syscore_suspend);
/linux-6.15/include/linux/
H A Dsyscore_ops.h23 extern int syscore_suspend(void);
/linux-6.15/kernel/power/
H A Dhibernate.c325 error = syscore_suspend(); in create_image()
492 error = syscore_suspend(); in resume_target_kernel()
613 error = syscore_suspend(); in hibernation_platform_enter()
H A Dsuspend.c452 error = syscore_suspend(); in suspend_enter()
/linux-6.15/drivers/xen/
H A Dmanage.c69 err = syscore_suspend(); in xen_suspend()
/linux-6.15/tools/power/pm-graph/config/
H A Dcustom-timeline-functions.cfg127 syscore_suspend:
/linux-6.15/arch/x86/kernel/
H A Dapm_32.c1217 syscore_suspend(); in suspend()
1259 syscore_suspend(); in standby()
/linux-6.15/kernel/
H A Dkexec_core.c1042 error = syscore_suspend(); in kernel_kexec()