Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/include/asm/
H A Dacpi.h53 extern int (*acpi_suspend_lowlevel)(void);
/linux-6.15/include/xen/
H A Dacpi.h69 acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel; in xen_acpi_sleep_register()
/linux-6.15/arch/loongarch/kernel/
H A Dacpi.c204 int (*acpi_suspend_lowlevel)(void); variable
206 int (*acpi_suspend_lowlevel)(void) = loongarch_acpi_suspend; variable
/linux-6.15/arch/x86/include/asm/
H A Dacpi.h69 extern int (*acpi_suspend_lowlevel)(void);
/linux-6.15/drivers/acpi/
H A Dsleep.c604 if (!acpi_suspend_lowlevel) in acpi_suspend_enter()
606 error = acpi_suspend_lowlevel(); in acpi_suspend_enter()
/linux-6.15/arch/x86/kernel/acpi/
H A Dboot.c728 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
730 int (*acpi_suspend_lowlevel)(void); variable
/linux-6.15/arch/x86/virt/vmx/tdx/
H A Dtdx.c1444 acpi_suspend_lowlevel = NULL; in tdx_init()