|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "acpi.h"#include "accommon.h"#include "acdispat.h"#include "acinterp.h"#include "amlcode.h"
Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_EXECUTER |
| #define | ACPI_INVALID_PROTOCOL_ID 0x80 |
| #define | ACPI_MAX_PROTOCOL_ID 0x0F |
| #define | PCC_MASTER_SUBSPACE 3 |
| #define | GENERIC_SUBSPACE_COMMAND(a) (4 == a || a == 5) |
| #define | MASTER_SUBSPACE_COMMAND(a) (12 <= a && a <= 15) |
Functions | |
| ACPI_STATUS | AcpiExGetProtocolBufferLength (UINT32 ProtocolId, UINT32 *ReturnLength) |
| ACPI_STATUS | AcpiExReadDataFromField (ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **RetBufferDesc) |
| ACPI_STATUS | AcpiExWriteDataToField (ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) |
Variables | |
| static const UINT8 | AcpiProtocolLengths [] |
| #define _COMPONENT ACPI_EXECUTER |
| ACPI_STATUS AcpiExGetProtocolBufferLength | ( | UINT32 | ProtocolId, |
| UINT32 * | ReturnLength | ||
| ) |
Definition at line 111 of file exfield.c.
Referenced by AcpiExReadSerialBus(), and AcpiExWriteSerialBus().
| ACPI_STATUS AcpiExReadDataFromField | ( | ACPI_WALK_STATE * | WalkState, |
| ACPI_OPERAND_OBJECT * | ObjDesc, | ||
| ACPI_OPERAND_OBJECT ** | RetBufferDesc | ||
| ) |
Definition at line 147 of file exfield.c.
Referenced by AcpiExOpcode_1A_0T_1R(), AcpiExResolveNodeToValue(), and AcpiExResolveObjectToValue().
| ACPI_STATUS AcpiExWriteDataToField | ( | ACPI_OPERAND_OBJECT * | SourceDesc, |
| ACPI_OPERAND_OBJECT * | ObjDesc, | ||
| ACPI_OPERAND_OBJECT ** | ResultDesc | ||
| ) |
Definition at line 317 of file exfield.c.
Referenced by AcpiDsExecEndOp(), AcpiDsGetFieldNames(), and AcpiExStoreObjectToNode().
Definition at line 62 of file exfield.c.
Referenced by AcpiExGetProtocolBufferLength().