|
ReactOS 0.4.17-dev-684-ga6524ef
|


Go to the source code of this file.
Variables | |
| uacpi_sleep_state | |
| UACPI_ALWAYS_ERROR_FOR_REDUCED_HARDWARE | ( | uacpi_status | uacpi_set_waking_vector uacpi_phys_addr addr32, uacpi_phys_addr addr64 | ) |
Set the firmware waking vector in FACS.
'addr32' is the real mode entry-point address 'addr64' is the protected mode entry-point address
Definition at line 19 of file sleep.h.
| uacpi_status uacpi_enter_sleep_state | ( | uacpi_sleep_state | state_enum | ) |
Enter the given sleep state after preparation.
Definition at line 497 of file sleep.c.
Referenced by uacpi_enter_sleep_state_simple().
| uacpi_status uacpi_enter_sleep_state_simple | ( | uacpi_sleep_state | state | ) |
Prepare & enter a given sleep state May be used as a shortcut if the kernel doesn't have any other work to do inbetween calling the two separate helpers
Definition at line 517 of file sleep.c.
| uacpi_status uacpi_prepare_for_sleep_state | ( | uacpi_sleep_state | state_enum | ) |
Prepare for a given sleep state.
Definition at line 362 of file sleep.c.
Referenced by uacpi_enter_sleep_state_simple().
| uacpi_status uacpi_prepare_for_wake_from_sleep_state | ( | uacpi_sleep_state | state_enum | ) |
| uacpi_status uacpi_reboot | ( | void | ) |
Attempt reset via the FADT reset register.
Definition at line 556 of file sleep.c.
| uacpi_status uacpi_wake_from_sleep_state | ( | uacpi_sleep_state | state_enum | ) |