ReactOS
0.4.15-dev-4610-g11e0ed3
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EVENTS |
Functions | |
static void ACPI_SYSTEM_XFACE | AcpiEvNotifyDispatch (void *Context) |
BOOLEAN | AcpiEvIsNotifyObject (ACPI_NAMESPACE_NODE *Node) |
ACPI_STATUS | AcpiEvQueueNotifyRequest (ACPI_NAMESPACE_NODE *Node, UINT32 NotifyValue) |
void | AcpiEvTerminate (void) |
#define _COMPONENT ACPI_EVENTS |
BOOLEAN AcpiEvIsNotifyObject | ( | ACPI_NAMESPACE_NODE * | Node | ) |
Definition at line 75 of file evmisc.c.
Referenced by AcpiEvQueueNotifyRequest(), AcpiExOpcode_2A_0T_0R(), AcpiInstallNotifyHandler(), and AcpiRemoveNotifyHandler().
|
static |
Definition at line 212 of file evmisc.c.
Referenced by AcpiEvQueueNotifyRequest().
ACPI_STATUS AcpiEvQueueNotifyRequest | ( | ACPI_NAMESPACE_NODE * | Node, |
UINT32 | NotifyValue | ||
) |
Definition at line 111 of file evmisc.c.
Referenced by AcpiEvAsynchExecuteGpeMethod(), and AcpiExOpcode_2A_0T_0R().
Definition at line 263 of file evmisc.c.
Referenced by AcpiUtSubsystemShutdown().