ReactOS 0.4.16-dev-295-g4aee028
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EVENTS |
#define _COMPONENT ACPI_EVENTS |
ACPI_STATUS AcpiEvAddGpeReference | ( | ACPI_GPE_EVENT_INFO * | GpeEventInfo, |
BOOLEAN | ClearOnEnable | ||
) |
Definition at line 221 of file evgpe.c.
Referenced by AcpiEnableGpe(), AcpiEvInitializeGpeBlock(), and AcpiRemoveGpeHandler().
|
static |
Definition at line 641 of file evgpe.c.
Referenced by AcpiEvAsynchExecuteGpeMethod().
|
static |
Definition at line 538 of file evgpe.c.
Referenced by AcpiEvGpeDispatch().
UINT32 AcpiEvDetectGpe | ( | ACPI_NAMESPACE_NODE * | GpeDevice, |
ACPI_GPE_EVENT_INFO * | GpeEventInfo, | ||
UINT32 | GpeNumber | ||
) |
Definition at line 722 of file evgpe.c.
Referenced by AcpiDispatchGpe(), AcpiEnableGpe(), AcpiEvGpeDetect(), and AcpiRemoveGpeHandler().
ACPI_STATUS AcpiEvEnableGpe | ( | ACPI_GPE_EVENT_INFO * | GpeEventInfo | ) |
Definition at line 126 of file evgpe.c.
Referenced by AcpiEvAddGpeReference().
ACPI_STATUS AcpiEvFinishGpe | ( | ACPI_GPE_EVENT_INFO * | GpeEventInfo | ) |
Definition at line 670 of file evgpe.c.
Referenced by AcpiEvAsynchEnableGpe(), AcpiEvGpeDispatch(), and AcpiFinishGpe().
ACPI_GPE_EVENT_INFO * AcpiEvGetGpeEventInfo | ( | ACPI_HANDLE | GpeDevice, |
UINT32 | GpeNumber | ||
) |
Definition at line 372 of file evgpe.c.
Referenced by AcpiClearGpe(), AcpiDisableGpe(), AcpiEnableGpe(), AcpiEvDetectGpe(), AcpiEvInstallGpeHandler(), AcpiFinishGpe(), AcpiGetGpeStatus(), AcpiMarkGpeForWake(), AcpiMaskGpe(), AcpiRemoveGpeHandler(), AcpiSetGpe(), AcpiSetGpeWakeMask(), and AcpiSetupGpeForWake().
UINT32 AcpiEvGpeDetect | ( | ACPI_GPE_XRUPT_INFO * | GpeXruptList | ) |
Definition at line 433 of file evgpe.c.
Referenced by AcpiEvGpeXruptHandler(), AcpiEvSciXruptHandler(), and AcpiUpdateAllGpes().
UINT32 AcpiEvGpeDispatch | ( | ACPI_NAMESPACE_NODE * | GpeDevice, |
ACPI_GPE_EVENT_INFO * | GpeEventInfo, | ||
UINT32 | GpeNumber | ||
) |
Definition at line 857 of file evgpe.c.
Referenced by AcpiEvDetectGpe().
ACPI_GPE_EVENT_INFO * AcpiEvLowGetGpeInfo | ( | UINT32 | GpeNumber, |
ACPI_GPE_BLOCK_INFO * | GpeBlock | ||
) |
Definition at line 327 of file evgpe.c.
Referenced by AcpiEvGetGpeEventInfo(), and AcpiEvMatchGpeMethod().
ACPI_STATUS AcpiEvMaskGpe | ( | ACPI_GPE_EVENT_INFO * | GpeEventInfo, |
BOOLEAN | IsMasked | ||
) |
Definition at line 156 of file evgpe.c.
Referenced by AcpiMaskGpe().
ACPI_STATUS AcpiEvRemoveGpeReference | ( | ACPI_GPE_EVENT_INFO * | GpeEventInfo | ) |
Definition at line 276 of file evgpe.c.
Referenced by AcpiDisableGpe(), AcpiEvInstallGpeHandler(), and AcpiSetupGpeForWake().
ACPI_STATUS AcpiEvUpdateGpeEnableMask | ( | ACPI_GPE_EVENT_INFO * | GpeEventInfo | ) |
Definition at line 79 of file evgpe.c.
Referenced by AcpiEvAddGpeReference(), and AcpiEvRemoveGpeReference().