|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "acpi.h"#include "accommon.h"#include "acdispat.h"#include "acinterp.h"#include "acnamesp.h"#include "acparser.h"#include "amlcode.h"#include "acdebug.h"
Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_DISPATCHER |
Functions | |
| static ACPI_STATUS | AcpiDsDetectNamedOpcodes (ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT **OutOp) |
| static ACPI_STATUS | AcpiDsCreateMethodMutex (ACPI_OPERAND_OBJECT *MethodDesc) |
| ACPI_STATUS | AcpiDsAutoSerializeMethod (ACPI_NAMESPACE_NODE *Node, ACPI_OPERAND_OBJECT *ObjDesc) |
| ACPI_STATUS | AcpiDsMethodError (ACPI_STATUS Status, ACPI_WALK_STATE *WalkState) |
| ACPI_STATUS | AcpiDsBeginMethodExecution (ACPI_NAMESPACE_NODE *MethodNode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) |
| ACPI_STATUS | AcpiDsCallControlMethod (ACPI_THREAD_STATE *Thread, ACPI_WALK_STATE *ThisWalkState, ACPI_PARSE_OBJECT *Op) |
| ACPI_STATUS | AcpiDsRestartControlMethod (ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *ReturnDesc) |
| void | AcpiDsTerminateControlMethod (ACPI_OPERAND_OBJECT *MethodDesc, ACPI_WALK_STATE *WalkState) |
| #define _COMPONENT ACPI_DISPATCHER |
Definition at line 54 of file dsmethod.c.
| ACPI_STATUS AcpiDsAutoSerializeMethod | ( | ACPI_NAMESPACE_NODE * | Node, |
| ACPI_OPERAND_OBJECT * | ObjDesc | ||
| ) |
Definition at line 94 of file dsmethod.c.
Referenced by AcpiDsInitOneObject().
| ACPI_STATUS AcpiDsBeginMethodExecution | ( | ACPI_NAMESPACE_NODE * | MethodNode, |
| ACPI_OPERAND_OBJECT * | ObjDesc, | ||
| ACPI_WALK_STATE * | WalkState | ||
| ) |
Definition at line 352 of file dsmethod.c.
Referenced by AcpiDsCallControlMethod(), and AcpiPsExecuteMethod().
| ACPI_STATUS AcpiDsCallControlMethod | ( | ACPI_THREAD_STATE * | Thread, |
| ACPI_WALK_STATE * | ThisWalkState, | ||
| ACPI_PARSE_OBJECT * | Op | ||
| ) |
Definition at line 531 of file dsmethod.c.
Referenced by AcpiPsParseAml().
|
static |
Definition at line 301 of file dsmethod.c.
Referenced by AcpiDsBeginMethodExecution().
|
static |
Definition at line 166 of file dsmethod.c.
Referenced by AcpiDsAutoSerializeMethod(), and AcpiDsDetectNamedOpcodes().
| ACPI_STATUS AcpiDsMethodError | ( | ACPI_STATUS | Status, |
| ACPI_WALK_STATE * | WalkState | ||
| ) |
Definition at line 223 of file dsmethod.c.
Referenced by AcpiDsExecBeginOp(), AcpiDsExecEndOp(), AcpiPsGetNextNamepath(), and AcpiPsParseAml().
| ACPI_STATUS AcpiDsRestartControlMethod | ( | ACPI_WALK_STATE * | WalkState, |
| ACPI_OPERAND_OBJECT * | ReturnDesc | ||
| ) |
Definition at line 685 of file dsmethod.c.
Referenced by AcpiPsParseAml().
| void AcpiDsTerminateControlMethod | ( | ACPI_OPERAND_OBJECT * | MethodDesc, |
| ACPI_WALK_STATE * | WalkState | ||
| ) |
Definition at line 779 of file dsmethod.c.
Referenced by AcpiDsCallControlMethod(), AcpiPsExecuteMethod(), and AcpiPsParseAml().