ReactOS
0.4.15-dev-5606-gf34e425
|
#include "acpi.h"
#include "accommon.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
ACPI_STATUS | AcpiExCreateAlias (ACPI_WALK_STATE *WalkState) |
ACPI_STATUS | AcpiExCreateEvent (ACPI_WALK_STATE *WalkState) |
ACPI_STATUS | AcpiExCreateMutex (ACPI_WALK_STATE *WalkState) |
ACPI_STATUS | AcpiExCreateRegion (UINT8 *AmlStart, UINT32 AmlLength, UINT8 SpaceId, ACPI_WALK_STATE *WalkState) |
ACPI_STATUS | AcpiExCreateProcessor (ACPI_WALK_STATE *WalkState) |
ACPI_STATUS | AcpiExCreatePowerResource (ACPI_WALK_STATE *WalkState) |
ACPI_STATUS | AcpiExCreateMethod (UINT8 *AmlStart, UINT32 AmlLength, ACPI_WALK_STATE *WalkState) |
#define _COMPONENT ACPI_EXECUTER |
Definition at line 51 of file excreate.c.
ACPI_STATUS AcpiExCreateAlias | ( | ACPI_WALK_STATE * | WalkState | ) |
Definition at line 68 of file excreate.c.
Referenced by AcpiDsLoad2EndOp().
ACPI_STATUS AcpiExCreateEvent | ( | ACPI_WALK_STATE * | WalkState | ) |
Definition at line 147 of file excreate.c.
Referenced by AcpiDsLoad2EndOp().
ACPI_STATUS AcpiExCreateMethod | ( | UINT8 * | AmlStart, |
UINT32 | AmlLength, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 484 of file excreate.c.
Referenced by AcpiDsLoad1EndOp(), and AcpiDsLoad2EndOp().
ACPI_STATUS AcpiExCreateMutex | ( | ACPI_WALK_STATE * | WalkState | ) |
Definition at line 206 of file excreate.c.
Referenced by AcpiDsLoad2EndOp().
ACPI_STATUS AcpiExCreatePowerResource | ( | ACPI_WALK_STATE * | WalkState | ) |
Definition at line 433 of file excreate.c.
Referenced by AcpiDsLoad2EndOp().
ACPI_STATUS AcpiExCreateProcessor | ( | ACPI_WALK_STATE * | WalkState | ) |
Definition at line 381 of file excreate.c.
Referenced by AcpiDsLoad2EndOp().
ACPI_STATUS AcpiExCreateRegion | ( | UINT8 * | AmlStart, |
UINT32 | AmlLength, | ||
UINT8 | SpaceId, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 268 of file excreate.c.
Referenced by AcpiDsLoad1EndOp(), and AcpiDsLoad2EndOp().