|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | EXPORT_ACPI_INTERFACES |
| #define | _COMPONENT ACPI_HARDWARE |
Functions | |
| ACPI_STATUS | AcpiReset (void) |
| ACPI_STATUS | AcpiRead (UINT64 *ReturnValue, ACPI_GENERIC_ADDRESS *Reg) |
| ACPI_STATUS | AcpiWrite (UINT64 Value, ACPI_GENERIC_ADDRESS *Reg) |
| ACPI_STATUS | AcpiReadBitRegister (UINT32 RegisterId, UINT32 *ReturnValue) |
| ACPI_STATUS | AcpiWriteBitRegister (UINT32 RegisterId, UINT32 Value) |
| ACPI_STATUS | AcpiGetSleepTypeData (UINT8 SleepState, UINT8 *SleepTypeA, UINT8 *SleepTypeB) |
| #define _COMPONENT ACPI_HARDWARE |
| ACPI_STATUS AcpiGetSleepTypeData | ( | UINT8 | SleepState, |
| UINT8 * | SleepTypeA, | ||
| UINT8 * | SleepTypeB | ||
| ) |
Definition at line 411 of file hwxface.c.
Referenced by acpi_system_add(), AcpiEnterSleepStatePrep(), and AcpiGetSleepTypeData().
| ACPI_STATUS AcpiRead | ( | UINT64 * | ReturnValue, |
| ACPI_GENERIC_ADDRESS * | Reg | ||
| ) |
Definition at line 138 of file hwxface.c.
Referenced by AcpiHwExtendedSleep(), and AcpiRead().
| ACPI_STATUS AcpiReadBitRegister | ( | UINT32 | RegisterId, |
| UINT32 * | ReturnValue | ||
| ) |
Definition at line 213 of file hwxface.c.
Referenced by AcpiDisableEvent(), AcpiEnableEvent(), AcpiEnterSleepStateS4bios(), AcpiGetEventStatus(), AcpiHwGetMode(), AcpiHwLegacySleep(), and AcpiReadBitRegister().
| ACPI_STATUS AcpiReset | ( | void | ) |
Definition at line 69 of file hwxface.c.
Referenced by AcpiReset().
| ACPI_STATUS AcpiWrite | ( | UINT64 | Value, |
| ACPI_GENERIC_ADDRESS * | Reg | ||
| ) |
Definition at line 169 of file hwxface.c.
Referenced by AcpiHwExtendedSleep(), AcpiHwExtendedWake(), AcpiHwExtendedWakePrep(), and AcpiWrite().
| ACPI_STATUS AcpiWriteBitRegister | ( | UINT32 | RegisterId, |
| UINT32 | Value | ||
| ) |
Definition at line 282 of file hwxface.c.
Referenced by acpi_bus_scan_fixed(), AcpiClearEvent(), AcpiDisableEvent(), AcpiEnableEvent(), AcpiEnterSleepStateS4bios(), AcpiEvFixedEventDispatch(), AcpiEvFixedEventInitialize(), AcpiEvReleaseGlobalLock(), AcpiHwLegacySleep(), AcpiHwLegacyWake(), and AcpiWriteBitRegister().