ReactOS 0.4.16-dev-340-g0540c21
|
#include <acobject.h>
Public Attributes | |
ACPI_OBJECT_COMMON_HEADER ACPI_NAMESPACE_NODE * | Node |
UINT32 | HandlerType |
ACPI_NOTIFY_HANDLER | Handler |
void * | Context |
union acpi_operand_object * | Next [2] |
Definition at line 397 of file acobject.h.
void* acpi_object_notify_handler::Context |
Definition at line 403 of file acobject.h.
Referenced by AcpiEvNotifyDispatch(), and AcpiInstallNotifyHandler().
ACPI_NOTIFY_HANDLER acpi_object_notify_handler::Handler |
Definition at line 402 of file acobject.h.
Referenced by AcpiEvNotifyDispatch(), AcpiInstallNotifyHandler(), and AcpiRemoveNotifyHandler().
UINT32 acpi_object_notify_handler::HandlerType |
Definition at line 401 of file acobject.h.
Referenced by AcpiInstallNotifyHandler().
union acpi_operand_object* acpi_object_notify_handler::Next[2] |
Definition at line 404 of file acobject.h.
Referenced by AcpiEvNotifyDispatch(), AcpiInstallNotifyHandler(), AcpiRemoveNotifyHandler(), and AcpiUtUpdateObjectReference().
ACPI_OBJECT_COMMON_HEADER ACPI_NAMESPACE_NODE* acpi_object_notify_handler::Node |
Definition at line 400 of file acobject.h.
Referenced by AcpiInstallNotifyHandler().