|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "acpi.h"#include "accommon.h"#include "acinterp.h"#include "acnamesp.h"#include "actables.h"#include "acdispat.h"#include "acevents.h"#include "amlcode.h"
Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_EXECUTER |
Functions | |
| static ACPI_STATUS | AcpiExAddTable (UINT32 TableIndex, ACPI_OPERAND_OBJECT **DdbHandle) |
| static ACPI_STATUS | AcpiExRegionRead (ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Length, UINT8 *Buffer) |
| ACPI_STATUS | AcpiExLoadTableOp (ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT **ReturnDesc) |
| ACPI_STATUS | AcpiExLoadOp (ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *Target, ACPI_WALK_STATE *WalkState) |
| ACPI_STATUS | AcpiExUnloadTable (ACPI_OPERAND_OBJECT *DdbHandle) |
| #define _COMPONENT ACPI_EXECUTER |
Definition at line 54 of file exconfig.c.
|
static |
Definition at line 87 of file exconfig.c.
Referenced by AcpiExLoadOp(), and AcpiExLoadTableOp().
| ACPI_STATUS AcpiExLoadOp | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
| ACPI_OPERAND_OBJECT * | Target, | ||
| ACPI_WALK_STATE * | WalkState | ||
| ) |
Definition at line 343 of file exconfig.c.
Referenced by AcpiExOpcode_1A_1T_1R().
| ACPI_STATUS AcpiExLoadTableOp | ( | ACPI_WALK_STATE * | WalkState, |
| ACPI_OPERAND_OBJECT ** | ReturnDesc | ||
| ) |
Definition at line 129 of file exconfig.c.
Referenced by AcpiExOpcode_6A_0T_1R().
|
static |
Definition at line 290 of file exconfig.c.
Referenced by AcpiExLoadOp().
| ACPI_STATUS AcpiExUnloadTable | ( | ACPI_OPERAND_OBJECT * | DdbHandle | ) |
Definition at line 565 of file exconfig.c.
Referenced by AcpiExLoadTableOp(), and AcpiExOpcode_1A_0T_0R().