Go to the source code of this file.
void acpi_disable_wakeup_devices |
( |
u8 |
sleep_state | ) |
|
acpi_disable_wakeup_devices - Disable devices' wakeup capability. : ACPI system sleep state.
Definition at line 58 of file wakeup.c.
void acpi_enable_wakeup_devices |
( |
u8 |
sleep_state | ) |
|
acpi_enable_wakeup_devices - Enable wake-up device GPEs. : ACPI system sleep state.
Enable wakeup device power of devices with the state.enable flag set and set the wakeup enable mask bits in the GPE registers that correspond to wakeup devices.
Definition at line 31 of file wakeup.c.