Home
last modified time | relevance | path

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

/Linux-v5.10/include/xen/
Dacpi.h102 acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel; in xen_acpi_sleep_register()
/Linux-v5.10/arch/ia64/include/asm/
Dacpi.h39 extern int acpi_suspend_lowlevel(void);
/Linux-v5.10/arch/x86/include/asm/
Dacpi.h61 extern int (*acpi_suspend_lowlevel)(void);
/Linux-v5.10/drivers/acpi/
Dsleep.c583 if (!acpi_suspend_lowlevel) in acpi_suspend_enter()
585 error = acpi_suspend_lowlevel(); in acpi_suspend_enter()
/Linux-v5.10/arch/x86/kernel/acpi/
Dboot.c698 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
700 int (*acpi_suspend_lowlevel)(void); variable
/Linux-v5.10/arch/ia64/kernel/
Dacpi.c908 int acpi_suspend_lowlevel(void) { return 0; } in acpi_suspend_lowlevel() function