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

/linux-4.4.14/include/xen/
H A Dacpi.h102 acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel; xen_acpi_sleep_register()
/linux-4.4.14/arch/ia64/include/asm/
H A Dacpi.h80 extern int acpi_suspend_lowlevel(void);
/linux-4.4.14/arch/x86/include/asm/
H A Dacpi.h76 extern int (*acpi_suspend_lowlevel)(void);
/linux-4.4.14/drivers/acpi/
H A Dsleep.c521 if (!acpi_suspend_lowlevel) acpi_suspend_enter()
523 error = acpi_suspend_lowlevel(); acpi_suspend_enter()
/linux-4.4.14/arch/ia64/kernel/
H A Dacpi.c990 * acpi_suspend_lowlevel() - save kernel state and suspend.
994 int acpi_suspend_lowlevel(void) { return 0; } function
/linux-4.4.14/arch/x86/kernel/acpi/
H A Dboot.c663 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
665 int (*acpi_suspend_lowlevel)(void); variable

Completed in 325 milliseconds