Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/xen/
H A Dacpi.h102 acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel; in xen_acpi_sleep_register()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dacpi.h39 extern int acpi_suspend_lowlevel(void);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dacpi.h61 extern int (*acpi_suspend_lowlevel)(void);
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dsleep.c603 if (!acpi_suspend_lowlevel) in acpi_suspend_enter()
605 error = acpi_suspend_lowlevel(); in acpi_suspend_enter()
/OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/
H A Dboot.c698 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
700 int (*acpi_suspend_lowlevel)(void); variable
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dacpi.c911 int acpi_suspend_lowlevel(void) { return 0; } in acpi_suspend_lowlevel() function