Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/
Dsyscore.c47 int syscore_suspend(void) in syscore_suspend() function
85 EXPORT_SYMBOL_GPL(syscore_suspend);
/linux-4.19.296/include/linux/
Dsyscore_ops.h24 extern int syscore_suspend(void);
/linux-4.19.296/drivers/xen/
Dmanage.c68 err = syscore_suspend(); in xen_suspend()