Home
last modified time | relevance | path

Searched refs:ACPI_FADT_SLEEP_BUTTON (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/acpi/
Dactbl.h277 #define ACPI_FADT_SLEEP_BUTTON (1<<5) /* 05: [V1] Sleep button is handled as a control method … macro
/linux-2.6.39/drivers/acpi/
Dscan.c1568 if ((acpi_gbl_FADT.flags & ACPI_FADT_SLEEP_BUTTON) == 0) { in acpi_bus_scan_fixed()