Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_HARDWARE |
#define | ACPI_SLEEP_FUNCTION_ID 0 |
#define | ACPI_WAKE_PREP_FUNCTION_ID 1 |
#define | ACPI_WAKE_FUNCTION_ID 2 |
Functions | |
acpi_status | acpi_set_firmware_waking_vector (u32 physical_address) |
acpi_status asmlinkage | acpi_enter_sleep_state_s4bios (void) |
acpi_status | acpi_enter_sleep_state_prep (u8 sleep_state) |
acpi_status asmlinkage | acpi_enter_sleep_state (u8 sleep_state) |
acpi_status | acpi_leave_sleep_state_prep (u8 sleep_state) |
acpi_status | acpi_leave_sleep_state (u8 sleep_state) |
#define _COMPONENT ACPI_HARDWARE |
Definition at line 48 of file hwxfsleep.c.
#define ACPI_SLEEP_FUNCTION_ID 0 |
Definition at line 59 of file hwxfsleep.c.
#define ACPI_WAKE_FUNCTION_ID 2 |
Definition at line 61 of file hwxfsleep.c.
#define ACPI_WAKE_PREP_FUNCTION_ID 1 |
Definition at line 60 of file hwxfsleep.c.
acpi_status asmlinkage acpi_enter_sleep_state | ( | u8 | sleep_state | ) |
Definition at line 359 of file hwxfsleep.c.
acpi_status acpi_enter_sleep_state_prep | ( | u8 | sleep_state | ) |
Definition at line 286 of file hwxfsleep.c.
acpi_status asmlinkage acpi_enter_sleep_state_s4bios | ( | void | ) |
Definition at line 170 of file hwxfsleep.c.
acpi_status acpi_leave_sleep_state | ( | u8 | sleep_state | ) |
Definition at line 418 of file hwxfsleep.c.
acpi_status acpi_leave_sleep_state_prep | ( | u8 | sleep_state | ) |
Definition at line 392 of file hwxfsleep.c.
acpi_status acpi_set_firmware_waking_vector | ( | u32 | physical_address | ) |
Definition at line 94 of file hwxfsleep.c.