Home
last modified time | relevance | path

Searched defs:acpi_suspend_lowlevel (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/acpi/
Dboot.c663 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
665 int (*acpi_suspend_lowlevel)(void); variable
/linux-4.4.14/arch/ia64/kernel/
Dacpi.c994 int acpi_suspend_lowlevel(void) { return 0; } in acpi_suspend_lowlevel() function