Home
last modified time | relevance | path

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

/linux-6.1.9/include/xen/
Dacpi.h67 acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel; in xen_acpi_sleep_register()
/linux-6.1.9/arch/ia64/include/asm/
Dacpi.h39 extern int acpi_suspend_lowlevel(void);
/linux-6.1.9/arch/x86/include/asm/
Dacpi.h62 extern int (*acpi_suspend_lowlevel)(void);
/linux-6.1.9/drivers/acpi/
Dsleep.c600 if (!acpi_suspend_lowlevel) in acpi_suspend_enter()
602 error = acpi_suspend_lowlevel(); in acpi_suspend_enter()
/linux-6.1.9/arch/x86/kernel/acpi/
Dboot.c764 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
766 int (*acpi_suspend_lowlevel)(void); variable
/linux-6.1.9/arch/ia64/kernel/
Dacpi.c911 int acpi_suspend_lowlevel(void) { return 0; } in acpi_suspend_lowlevel() function