|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "acpi.h"#include "accommon.h"#include "acdispat.h"#include "acnamesp.h"#include "acinterp.h"
Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_DISPATCHER |
Functions | |
| static void | AcpiDsMethodDataDeleteValue (UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState) |
| static ACPI_STATUS | AcpiDsMethodDataSetValue (UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *Object, ACPI_WALK_STATE *WalkState) |
| void | AcpiDsMethodDataInit (ACPI_WALK_STATE *WalkState) |
| void | AcpiDsMethodDataDeleteAll (ACPI_WALK_STATE *WalkState) |
| ACPI_STATUS | AcpiDsMethodDataInitArgs (ACPI_OPERAND_OBJECT **Params, UINT32 MaxParamCount, ACPI_WALK_STATE *WalkState) |
| ACPI_STATUS | AcpiDsMethodDataGetNode (UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE **Node) |
| ACPI_STATUS | AcpiDsMethodDataGetValue (UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT **DestDesc) |
| ACPI_STATUS | AcpiDsStoreObjectToLocal (UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) |
| #define _COMPONENT ACPI_DISPATCHER |
Definition at line 51 of file dsmthdat.c.
| void AcpiDsMethodDataDeleteAll | ( | ACPI_WALK_STATE * | WalkState | ) |
Definition at line 153 of file dsmthdat.c.
Referenced by AcpiDsTerminateControlMethod().
|
static |
Definition at line 519 of file dsmthdat.c.
Referenced by AcpiDsStoreObjectToLocal().
| ACPI_STATUS AcpiDsMethodDataGetNode | ( | UINT8 | Type, |
| UINT32 | Index, | ||
| ACPI_WALK_STATE * | WalkState, | ||
| ACPI_NAMESPACE_NODE ** | Node | ||
| ) |
Definition at line 275 of file dsmthdat.c.
Referenced by AcpiDsInitObjectFromOp(), AcpiDsMethodDataDeleteValue(), AcpiDsMethodDataGetValue(), AcpiDsMethodDataSetValue(), AcpiDsStoreObjectToLocal(), and AcpiExResolveMultiple().
| ACPI_STATUS AcpiDsMethodDataGetValue | ( | UINT8 | Type, |
| UINT32 | Index, | ||
| ACPI_WALK_STATE * | WalkState, | ||
| ACPI_OPERAND_OBJECT ** | DestDesc | ||
| ) |
Definition at line 406 of file dsmthdat.c.
Referenced by AcpiExOpcode_1A_0T_1R(), AcpiExResolveMultiple(), and AcpiExResolveObjectToValue().
| void AcpiDsMethodDataInit | ( | ACPI_WALK_STATE * | WalkState | ) |
Definition at line 100 of file dsmthdat.c.
Referenced by AcpiDsCreateWalkState().
| ACPI_STATUS AcpiDsMethodDataInitArgs | ( | ACPI_OPERAND_OBJECT ** | Params, |
| UINT32 | MaxParamCount, | ||
| ACPI_WALK_STATE * | WalkState | ||
| ) |
Definition at line 213 of file dsmthdat.c.
Referenced by AcpiDsInitAmlWalk().
|
static |
Definition at line 347 of file dsmthdat.c.
Referenced by AcpiDsMethodDataInitArgs(), and AcpiDsStoreObjectToLocal().
| ACPI_STATUS AcpiDsStoreObjectToLocal | ( | UINT8 | Type, |
| UINT32 | Index, | ||
| ACPI_OPERAND_OBJECT * | ObjDesc, | ||
| ACPI_WALK_STATE * | WalkState | ||
| ) |
Definition at line 585 of file dsmthdat.c.
Referenced by AcpiExStore().