Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dacpi.c174 int (*acpi_suspend_lowlevel)(void); variable
176 int (*acpi_suspend_lowlevel)(void) = loongarch_acpi_suspend; variable
/openbmc/linux/arch/x86/kernel/acpi/
H A Dboot.c785 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
787 int (*acpi_suspend_lowlevel)(void); variable
/openbmc/linux/arch/ia64/kernel/
H A Dacpi.c909 int acpi_suspend_lowlevel(void) { return 0; } in acpi_suspend_lowlevel() function