ReactOS 0.4.15-dev-8614-gbc76250
|
#include <acobject.h>
Public Attributes | |
ACPI_OBJECT_COMMON_HEADER UINT8 | InfoFlags |
UINT8 | ParamCount |
UINT8 | SyncLevel |
union acpi_operand_object * | Mutex |
union acpi_operand_object * | Node |
UINT8 * | AmlStart |
union { | |
ACPI_INTERNAL_METHOD Implementation | |
union acpi_operand_object * Handler | |
} | Dispatch |
UINT32 | AmlLength |
ACPI_OWNER_ID | OwnerId |
UINT8 | ThreadCount |
Definition at line 213 of file acobject.h.
UINT32 acpi_object_method::AmlLength |
Definition at line 228 of file acobject.h.
Referenced by AcpiDsCallControlMethod(), AcpiExCreateMethod(), AcpiInstallMethod(), and AcpiNsExecuteTable().
UINT8* acpi_object_method::AmlStart |
Definition at line 221 of file acobject.h.
Referenced by AcpiDsCallControlMethod(), AcpiExCreateMethod(), AcpiExStartTraceMethod(), AcpiExStopTraceMethod(), AcpiInstallMethod(), AcpiNsDetachObject(), and AcpiNsExecuteTable().
union { ... } acpi_object_method::Dispatch |
Referenced by AcpiDsCallControlMethod(), and AcpiNsRootInitialize().
union acpi_operand_object* acpi_object_method::Handler |
Definition at line 225 of file acobject.h.
ACPI_INTERNAL_METHOD acpi_object_method::Implementation |
Definition at line 224 of file acobject.h.
Referenced by AcpiDsCallControlMethod(), and AcpiNsRootInitialize().
ACPI_OBJECT_COMMON_HEADER UINT8 acpi_object_method::InfoFlags |
Definition at line 216 of file acobject.h.
Referenced by AcpiDsBeginMethodExecution(), AcpiDsCallControlMethod(), AcpiDsDetectNamedOpcodes(), AcpiDsInitOneObject(), AcpiDsTerminateControlMethod(), AcpiExCreateMethod(), AcpiInstallMethod(), AcpiNsExecuteTable(), AcpiNsInstallNode(), AcpiNsRootInitialize(), and AcpiPsParseAml().
union acpi_operand_object* acpi_object_method::Mutex |
Definition at line 219 of file acobject.h.
Referenced by AcpiDsBeginMethodExecution(), AcpiDsCreateMethodMutex(), and AcpiDsTerminateControlMethod().
union acpi_operand_object* acpi_object_method::Node |
Definition at line 220 of file acobject.h.
Referenced by AcpiDsTerminateControlMethod(), and AcpiExCreateMethod().
ACPI_OWNER_ID acpi_object_method::OwnerId |
Definition at line 229 of file acobject.h.
Referenced by AcpiDsBeginMethodExecution(), AcpiDsCallControlMethod(), AcpiDsTerminateControlMethod(), and AcpiNsExecuteTable().
UINT8 acpi_object_method::ParamCount |
Definition at line 217 of file acobject.h.
Referenced by AcpiDsCallControlMethod(), AcpiExCreateMethod(), AcpiInstallMethod(), AcpiNsRootInitialize(), and AcpiPsGetNextNamepath().
UINT8 acpi_object_method::SyncLevel |
Definition at line 218 of file acobject.h.
Referenced by AcpiDsBeginMethodExecution(), AcpiDsCreateMethodMutex(), AcpiDsDetectNamedOpcodes(), AcpiDsTerminateControlMethod(), AcpiExCreateMethod(), AcpiInstallMethod(), and AcpiPsParseAml().
UINT8 acpi_object_method::ThreadCount |
Definition at line 230 of file acobject.h.
Referenced by AcpiDsBeginMethodExecution(), and AcpiDsTerminateControlMethod().