Home
last modified time | relevance | path

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

/linux/include/xen/
H A Dacpi.h69 acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel; in xen_acpi_sleep_register()
/linux/arch/loongarch/kernel/
H A Dacpi.c204 int (*acpi_suspend_lowlevel)(void); variable
206 int (*acpi_suspend_lowlevel)(void) = loongarch_acpi_suspend; variable
/linux/arch/x86/include/asm/
H A Dacpi.h69 extern int (*acpi_suspend_lowlevel)(void);
/linux/drivers/acpi/
H A Dsleep.c604 if (!acpi_suspend_lowlevel) in acpi_suspend_enter()
606 error = acpi_suspend_lowlevel(); in acpi_suspend_enter()
/linux/arch/x86/kernel/acpi/
H A Dboot.c726 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
728 int (*acpi_suspend_lowlevel)(void); variable