ReactOS 0.4.16-dev-117-g38f21f9
|
Go to the source code of this file.
Macros | |
#define | EXPORT_ACPI_INTERFACES |
#define | _COMPONENT ACPI_HARDWARE |
#define | ACPI_SLEEP_FUNCTION_ID 0 |
#define | ACPI_WAKE_PREP_FUNCTION_ID 1 |
#define | ACPI_WAKE_FUNCTION_ID 2 |
Functions | |
static ACPI_STATUS | AcpiHwSetFirmwareWakingVector (ACPI_TABLE_FACS *Facs, ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_PHYSICAL_ADDRESS PhysicalAddress64) |
static ACPI_STATUS | AcpiHwSleepDispatch (UINT8 SleepState, UINT32 FunctionId) |
ACPI_STATUS | AcpiSetFirmwareWakingVector (ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_PHYSICAL_ADDRESS PhysicalAddress64) |
ACPI_STATUS | AcpiEnterSleepStateS4bios (void) |
ACPI_STATUS | AcpiEnterSleepStatePrep (UINT8 SleepState) |
ACPI_STATUS | AcpiEnterSleepState (UINT8 SleepState) |
ACPI_STATUS | AcpiLeaveSleepStatePrep (UINT8 SleepState) |
ACPI_STATUS | AcpiLeaveSleepState (UINT8 SleepState) |
Variables | |
static ACPI_SLEEP_FUNCTIONS | AcpiSleepDispatch [] |
#define _COMPONENT ACPI_HARDWARE |
Definition at line 49 of file hwxfsleep.c.
#define ACPI_SLEEP_FUNCTION_ID 0 |
Definition at line 71 of file hwxfsleep.c.
#define ACPI_WAKE_FUNCTION_ID 2 |
Definition at line 73 of file hwxfsleep.c.
#define ACPI_WAKE_PREP_FUNCTION_ID 1 |
Definition at line 72 of file hwxfsleep.c.
#define EXPORT_ACPI_INTERFACES |
Definition at line 44 of file hwxfsleep.c.
ACPI_STATUS AcpiEnterSleepState | ( | UINT8 | SleepState | ) |
Definition at line 435 of file hwxfsleep.c.
Referenced by acpi_suspend(), acpi_system_suspend(), and AcpiEnterSleepState().
ACPI_STATUS AcpiEnterSleepStatePrep | ( | UINT8 | SleepState | ) |
Definition at line 345 of file hwxfsleep.c.
Referenced by acpi_suspend(), and AcpiEnterSleepStatePrep().
ACPI_STATUS AcpiEnterSleepStateS4bios | ( | void | ) |
Definition at line 207 of file hwxfsleep.c.
Referenced by AcpiEnterSleepStateS4bios().
|
static |
Definition at line 118 of file hwxfsleep.c.
Referenced by AcpiHwSetFirmwareWakingVector(), and AcpiSetFirmwareWakingVector().
|
static |
Definition at line 288 of file hwxfsleep.c.
Referenced by AcpiEnterSleepState(), AcpiLeaveSleepState(), and AcpiLeaveSleepStatePrep().
ACPI_STATUS AcpiLeaveSleepState | ( | UINT8 | SleepState | ) |
Definition at line 505 of file hwxfsleep.c.
Referenced by acpi_suspend(), and AcpiLeaveSleepState().
ACPI_STATUS AcpiLeaveSleepStatePrep | ( | UINT8 | SleepState | ) |
Definition at line 475 of file hwxfsleep.c.
Referenced by AcpiLeaveSleepStatePrep().
ACPI_STATUS AcpiSetFirmwareWakingVector | ( | ACPI_PHYSICAL_ADDRESS | PhysicalAddress, |
ACPI_PHYSICAL_ADDRESS | PhysicalAddress64 | ||
) |
Definition at line 174 of file hwxfsleep.c.
Referenced by acpi_suspend(), and AcpiSetFirmwareWakingVector().
|
static |
Definition at line 77 of file hwxfsleep.c.
Referenced by AcpiHwSleepDispatch().