ReactOS
0.4.15-dev-4870-g846c9aa
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EVENTS |
Functions | |
ACPI_STATUS | AcpiEvGpeInitialize (void) |
void | AcpiEvUpdateGpes (ACPI_OWNER_ID TableOwnerId) |
ACPI_STATUS | AcpiEvMatchGpeMethod (ACPI_HANDLE ObjHandle, UINT32 Level, void *Context, void **ReturnValue) |
#define _COMPONENT ACPI_EVENTS |
Definition at line 49 of file evgpeinit.c.
ACPI_STATUS AcpiEvGpeInitialize | ( | void | ) |
Definition at line 84 of file evgpeinit.c.
Referenced by AcpiEvInitializeEvents().
ACPI_STATUS AcpiEvMatchGpeMethod | ( | ACPI_HANDLE | ObjHandle, |
UINT32 | Level, | ||
void * | Context, | ||
void ** | ReturnValue | ||
) |
Definition at line 327 of file evgpeinit.c.
Referenced by AcpiEvCreateGpeBlock(), and AcpiEvUpdateGpes().
void AcpiEvUpdateGpes | ( | ACPI_OWNER_ID | TableOwnerId | ) |
Definition at line 233 of file evgpeinit.c.
Referenced by AcpiTbLoadTable().