ReactOS 0.4.16-dev-91-g764881a
|
#include "acpi.h"
#include "accommon.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acevents.h"
#include "acdispat.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
static ACPI_STATUS | AcpiExFieldDatumIo (ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 ReadWrite) |
static BOOLEAN | AcpiExRegisterOverflow (ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Value) |
static ACPI_STATUS | AcpiExSetupRegion (ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset) |
ACPI_STATUS | AcpiExAccessRegion (ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 Function) |
ACPI_STATUS | AcpiExWriteWithUpdateRule (ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Mask, UINT64 FieldValue, UINT32 FieldDatumByteOffset) |
ACPI_STATUS | AcpiExExtractFromField (ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) |
ACPI_STATUS | AcpiExInsertIntoField (ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) |
#define _COMPONENT ACPI_EXECUTER |
ACPI_STATUS AcpiExAccessRegion | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
UINT32 | FieldDatumByteOffset, | ||
UINT64 * | Value, | ||
UINT32 | Function | ||
) |
Definition at line 249 of file exfldio.c.
Referenced by AcpiExFieldDatumIo(), AcpiExReadGpio(), AcpiExReadSerialBus(), AcpiExWriteDataToField(), AcpiExWriteGpio(), and AcpiExWriteSerialBus().
ACPI_STATUS AcpiExExtractFromField | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
void * | Buffer, | ||
UINT32 | BufferLength | ||
) |
Definition at line 723 of file exfldio.c.
Referenced by AcpiExFieldDatumIo(), and AcpiExReadDataFromField().
|
static |
Definition at line 402 of file exfldio.c.
Referenced by AcpiExExtractFromField(), and AcpiExWriteWithUpdateRule().
ACPI_STATUS AcpiExInsertIntoField | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
void * | Buffer, | ||
UINT32 | BufferLength | ||
) |
Definition at line 883 of file exfldio.c.
Referenced by AcpiExFieldDatumIo(), and AcpiExWriteDataToField().
|
static |
Definition at line 349 of file exfldio.c.
Referenced by AcpiExFieldDatumIo().
|
static |
Definition at line 92 of file exfldio.c.
Referenced by AcpiExAccessRegion().
ACPI_STATUS AcpiExWriteWithUpdateRule | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
UINT64 | Mask, | ||
UINT64 | FieldValue, | ||
UINT32 | FieldDatumByteOffset | ||
) |
Definition at line 617 of file exfldio.c.
Referenced by AcpiExInsertIntoField().