Home
last modified time | relevance | path

Searched refs:swsusp_arch_suspend (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/power/
H A Dhibernate_asm.S14 LEAF(swsusp_arch_suspend)
29 END(swsusp_arch_suspend)
/OK3568_Linux_fs/kernel/arch/x86/power/
H A Dhibernate_asm_32.S19 SYM_FUNC_START(swsusp_arch_suspend)
36 SYM_FUNC_END(swsusp_arch_suspend)
H A Dhibernate_asm_64.S25 SYM_FUNC_START(swsusp_arch_suspend)
53 SYM_FUNC_END(swsusp_arch_suspend)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsuspend.h46 int swsusp_arch_suspend(void);
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S88 ! swsusp_arch_suspend()
93 ENTRY(swsusp_arch_suspend)
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dhibernate.c71 int notrace swsusp_arch_suspend(void) in swsusp_arch_suspend() function
/OK3568_Linux_fs/kernel/arch/sparc/power/
H A Dhibernate_asm.S14 ENTRY(swsusp_arch_suspend)
/OK3568_Linux_fs/kernel/include/linux/
H A Dsuspend.h445 extern asmlinkage int swsusp_arch_suspend(void);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dswsusp_booke.S50 _GLOBAL(swsusp_arch_suspend)
H A Dswsusp_asm64.S87 _GLOBAL(swsusp_arch_suspend)
H A Dswsusp_32.S53 _GLOBAL(swsusp_arch_suspend)
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dhibernate.c404 int swsusp_arch_suspend(void) in swsusp_arch_suspend() function
/OK3568_Linux_fs/kernel/kernel/power/
H A Dhibernate.c320 error = swsusp_arch_suspend(); in create_image()