Searched refs:acpi_check_s4_hw_signature (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/acpi/
H A Dsleep.c164 acpi_check_s4_hw_signature = 1;
166 acpi_check_s4_hw_signature = 0;
193 if (acpi_check_s4_hw_signature == -1 &&
195 acpi_check_s4_hw_signature = 1;
/linux-master/drivers/acpi/
H A Dsleep.c906 int acpi_check_s4_hw_signature = -1; /* Default behaviour is just to warn */ variable
1032 if (!acpi_check_s4_hw_signature)
1044 if (acpi_check_s4_hw_signature > 0) {
/linux-master/include/linux/
H A Dacpi.h524 extern int acpi_check_s4_hw_signature;

Completed in 121 milliseconds