Home
last modified time | relevance | path

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

/linux-4.1.27/include/xen/
Dacpi.h102 acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel; in xen_acpi_sleep_register()
/linux-4.1.27/arch/x86/include/asm/
Dacpi.h72 extern int (*acpi_suspend_lowlevel)(void);
/linux-4.1.27/arch/ia64/include/asm/
Dacpi.h80 extern int acpi_suspend_lowlevel(void);
/linux-4.1.27/drivers/acpi/
Dsleep.c519 if (!acpi_suspend_lowlevel) in acpi_suspend_enter()
521 error = acpi_suspend_lowlevel(); in acpi_suspend_enter()
/linux-4.1.27/arch/x86/kernel/acpi/
Dboot.c692 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
694 int (*acpi_suspend_lowlevel)(void); variable
/linux-4.1.27/arch/ia64/kernel/
Dacpi.c994 int acpi_suspend_lowlevel(void) { return 0; } in acpi_suspend_lowlevel() function