ReactOS 0.4.15-dev-7842-g558ab78
acpi_object_method Struct Reference

#include <acobject.h>

Collaboration diagram for acpi_object_method:

Public Attributes

ACPI_OBJECT_COMMON_HEADER UINT8 InfoFlags
 
UINT8 ParamCount
 
UINT8 SyncLevel
 
union acpi_operand_objectMutex
 
union acpi_operand_objectNode
 
UINT8AmlStart
 
union {
   ACPI_INTERNAL_METHOD   Implementation
 
   union acpi_operand_object *   Handler
 
Dispatch
 
UINT32 AmlLength
 
ACPI_OWNER_ID OwnerId
 
UINT8 ThreadCount
 

Detailed Description

Definition at line 213 of file acobject.h.

Member Data Documentation

◆ AmlLength

UINT32 acpi_object_method::AmlLength

◆ AmlStart

◆ 

union { ... } acpi_object_method::Dispatch

◆ Handler

union acpi_operand_object* acpi_object_method::Handler

Definition at line 225 of file acobject.h.

◆ Implementation

ACPI_INTERNAL_METHOD acpi_object_method::Implementation

Definition at line 224 of file acobject.h.

Referenced by AcpiDsCallControlMethod(), and AcpiNsRootInitialize().

◆ InfoFlags

◆ Mutex

union acpi_operand_object* acpi_object_method::Mutex

◆ Node

union acpi_operand_object* acpi_object_method::Node

Definition at line 220 of file acobject.h.

Referenced by AcpiDsTerminateControlMethod(), and AcpiExCreateMethod().

◆ OwnerId

ACPI_OWNER_ID acpi_object_method::OwnerId

◆ ParamCount

UINT8 acpi_object_method::ParamCount

◆ SyncLevel

◆ ThreadCount

UINT8 acpi_object_method::ThreadCount

Definition at line 230 of file acobject.h.

Referenced by AcpiDsBeginMethodExecution(), and AcpiDsTerminateControlMethod().


The documentation for this struct was generated from the following file: