Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/xen/
A Dacpi.h67 acpi_suspend_lowlevel = xen_acpi_suspend_lowlevel; in xen_acpi_sleep_register()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dacpi.h39 extern int (*acpi_suspend_lowlevel)(void);
/linux-6.3-rc2/arch/loongarch/kernel/
A Dacpi.c144 int (*acpi_suspend_lowlevel)(void); variable
146 int (*acpi_suspend_lowlevel)(void) = loongarch_acpi_suspend; variable
/linux-6.3-rc2/arch/ia64/include/asm/
A Dacpi.h39 extern int acpi_suspend_lowlevel(void);
/linux-6.3-rc2/arch/x86/include/asm/
A Dacpi.h62 extern int (*acpi_suspend_lowlevel)(void);
/linux-6.3-rc2/drivers/acpi/
A Dsleep.c600 if (!acpi_suspend_lowlevel) in acpi_suspend_enter()
602 error = acpi_suspend_lowlevel(); in acpi_suspend_enter()
/linux-6.3-rc2/arch/x86/kernel/acpi/
A Dboot.c777 int (*acpi_suspend_lowlevel)(void) = x86_acpi_suspend_lowlevel; variable
779 int (*acpi_suspend_lowlevel)(void); variable
/linux-6.3-rc2/arch/ia64/kernel/
A Dacpi.c909 int acpi_suspend_lowlevel(void) { return 0; } in acpi_suspend_lowlevel() function

Completed in 15 milliseconds