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

/linux-master/include/xen/
H A Dacpi.h67 acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel;
/linux-master/arch/loongarch/include/asm/
H A Dacpi.h53 extern int (*acpi_suspend_lowlevel)(void);
/linux-master/arch/x86/include/asm/
H A Dacpi.h69 extern int (*acpi_suspend_lowlevel)(void);
/linux-master/arch/loongarch/kernel/
H A Dacpi.c174 int (*acpi_suspend_lowlevel)(void); variable
176 int (*acpi_suspend_lowlevel)(void) = loongarch_acpi_suspend; variable
/linux-master/drivers/acpi/
H A Dsleep.c590 if (!acpi_suspend_lowlevel)
592 error = acpi_suspend_lowlevel();
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c766 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
768 int (*acpi_suspend_lowlevel)(void); variable
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdx.c1477 acpi_suspend_lowlevel = NULL;

Completed in 129 milliseconds