Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/kernel/
Dacpi.c176 int (*acpi_suspend_lowlevel)(void); variable
178 int (*acpi_suspend_lowlevel)(void) = loongarch_acpi_suspend; variable
/Linux-v6.6/arch/x86/kernel/acpi/
Dboot.c785 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
787 int (*acpi_suspend_lowlevel)(void); variable
/Linux-v6.6/arch/ia64/kernel/
Dacpi.c909 int acpi_suspend_lowlevel(void) { return 0; } in acpi_suspend_lowlevel() function