Home
last modified time | relevance | path

Searched refs:acpi_suspend_lowlevel (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dacpi.h76 extern int (*acpi_suspend_lowlevel)(void);
/arch/ia64/include/asm/
Dacpi.h80 extern int acpi_suspend_lowlevel(void);
/arch/x86/kernel/acpi/
Dboot.c686 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
688 int (*acpi_suspend_lowlevel)(void); variable
/arch/ia64/kernel/
Dacpi.c994 int acpi_suspend_lowlevel(void) { return 0; } in acpi_suspend_lowlevel() function