|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | EXPORT_ACPI_INTERFACES |
| #define | _COMPONENT ACPI_EVENTS |
| #define _COMPONENT ACPI_EVENTS |
Definition at line 974 of file evxfgpe.c.
Referenced by AcpiAnyGpeStatusSet().
| ACPI_STATUS AcpiClearGpe | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber | ||
| ) |
Definition at line 685 of file evxfgpe.c.
Referenced by AcpiClearGpe().
| ACPI_STATUS AcpiDisableAllGpes | ( | void | ) |
Definition at line 861 of file evxfgpe.c.
Referenced by AcpiDisableAllGpes().
| ACPI_STATUS AcpiDisableGpe | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber | ||
| ) |
Definition at line 203 of file evxfgpe.c.
Referenced by AcpiDisableGpe().
| UINT32 AcpiDispatchGpe | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber | ||
| ) |
Definition at line 785 of file evxfgpe.c.
| ACPI_STATUS AcpiEnableAllRuntimeGpes | ( | void | ) |
Definition at line 898 of file evxfgpe.c.
Referenced by AcpiEnableAllRuntimeGpes().
| ACPI_STATUS AcpiEnableAllWakeupGpes | ( | void | ) |
Definition at line 936 of file evxfgpe.c.
Referenced by AcpiEnableAllWakeupGpes().
| ACPI_STATUS AcpiEnableGpe | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber | ||
| ) |
Definition at line 137 of file evxfgpe.c.
Referenced by AcpiEnableGpe().
| ACPI_STATUS AcpiFinishGpe | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber | ||
| ) |
Definition at line 815 of file evxfgpe.c.
Referenced by AcpiFinishGpe().
| ACPI_STATUS AcpiGetGpeDevice | ( | UINT32 | Index, |
| ACPI_HANDLE * | GpeDevice | ||
| ) |
Definition at line 1207 of file evxfgpe.c.
Referenced by AcpiGetGpeDevice().
| ACPI_STATUS AcpiGetGpeStatus | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber, | ||
| ACPI_EVENT_STATUS * | EventStatus | ||
| ) |
Definition at line 734 of file evxfgpe.c.
Referenced by AcpiGetGpeStatus().
| ACPI_STATUS AcpiInstallGpeBlock | ( | ACPI_HANDLE | GpeDevice, |
| ACPI_GENERIC_ADDRESS * | GpeBlockAddress, | ||
| UINT32 | RegisterCount, | ||
| UINT32 | InterruptNumber | ||
| ) |
Definition at line 1015 of file evxfgpe.c.
Referenced by AcpiInstallGpeBlock().
| ACPI_STATUS AcpiMarkGpeForWake | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber | ||
| ) |
Definition at line 388 of file evxfgpe.c.
Referenced by AcpiMarkGpeForWake().
| ACPI_STATUS AcpiMaskGpe | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber, | ||
| BOOLEAN | IsMasked | ||
| ) |
Definition at line 332 of file evxfgpe.c.
Referenced by AcpiMaskGpe().
| ACPI_STATUS AcpiRemoveGpeBlock | ( | ACPI_HANDLE | GpeDevice | ) |
Definition at line 1129 of file evxfgpe.c.
Referenced by AcpiRemoveGpeBlock().
| ACPI_STATUS AcpiSetGpe | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber, | ||
| UINT8 | Action | ||
| ) |
Definition at line 262 of file evxfgpe.c.
Referenced by AcpiSetGpe().
| ACPI_STATUS AcpiSetGpeWakeMask | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber, | ||
| UINT8 | Action | ||
| ) |
Definition at line 599 of file evxfgpe.c.
Referenced by AcpiSetGpeWakeMask().
| ACPI_STATUS AcpiSetupGpeForWake | ( | ACPI_HANDLE | WakeDevice, |
| ACPI_HANDLE | GpeDevice, | ||
| UINT32 | GpeNumber | ||
| ) |
Definition at line 440 of file evxfgpe.c.
Referenced by AcpiSetupGpeForWake().
| ACPI_STATUS AcpiUpdateAllGpes | ( | void | ) |
Definition at line 79 of file evxfgpe.c.
Referenced by AcpiUpdateAllGpes().