Home
last modified time | relevance | path

Searched refs:ACPI_SLEEP_TYPE_INVALID (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dhwesleep.c156 if (acpi_gbl_sleep_type_a_s0 != ACPI_SLEEP_TYPE_INVALID) { in acpi_hw_extended_wake_prep()
187 acpi_gbl_sleep_type_a = ACPI_SLEEP_TYPE_INVALID; in acpi_hw_extended_wake()
H A Dhwsleep.c197 if (acpi_gbl_sleep_type_a_s0 != ACPI_SLEEP_TYPE_INVALID) { in acpi_hw_legacy_wake_prep()
254 acpi_gbl_sleep_type_a = ACPI_SLEEP_TYPE_INVALID; in acpi_hw_legacy_wake()
H A Dhwxfsleep.c222 acpi_gbl_sleep_type_a_s0 = ACPI_SLEEP_TYPE_INVALID; in ACPI_EXPORT_SYMBOL()
/openbmc/linux/include/acpi/
H A Dactypes.h610 #define ACPI_SLEEP_TYPE_INVALID 0xFF macro