|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "acpi.h"#include "accommon.h"#include "acnamesp.h"#include "acevents.h"#include "acinterp.h"
Go to the source code of this file.
Macros | |
| #define | EXPORT_ACPI_INTERFACES |
| #define | _COMPONENT ACPI_EVENTS |
| #define _COMPONENT ACPI_EVENTS |
| ACPI_STATUS AcpiAcquireGlobalLock | ( | UINT16 | Timeout, |
| UINT32 * | Handle | ||
| ) |
Definition at line 1205 of file evxface.c.
|
static |
Definition at line 860 of file evxface.c.
Referenced by AcpiInstallGpeHandler(), and AcpiInstallGpeRawHandler().
| ACPI_STATUS AcpiInstallExceptionHandler | ( | ACPI_EXCEPTION_HANDLER | Handler | ) |
Definition at line 427 of file evxface.c.
Referenced by AcpiInstallExceptionHandler().
| ACPI_STATUS AcpiInstallFixedEventHandler | ( | UINT32 | Event, |
| ACPI_EVENT_HANDLER | Handler, | ||
| void * | Context | ||
| ) |
Definition at line 707 of file evxface.c.
Referenced by acpi_button_add(), AcpiEvInitGlobalLockHandler(), and AcpiInstallFixedEventHandler().
| ACPI_STATUS AcpiInstallGlobalEventHandler | ( | ACPI_GBL_EVENT_HANDLER | Handler, |
| void * | Context | ||
| ) |
Definition at line 647 of file evxface.c.
Referenced by AcpiInstallGlobalEventHandler().
| ACPI_STATUS AcpiInstallGpeHandler | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber, | ||
| UINT32 | Type, | ||
| ACPI_GPE_HANDLER | Address, | ||
| void * | Context | ||
| ) |
Definition at line 992 of file evxface.c.
Referenced by AcpiInstallGpeHandler().
| ACPI_STATUS AcpiInstallGpeRawHandler | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber, | ||
| UINT32 | Type, | ||
| ACPI_GPE_HANDLER | Address, | ||
| void * | Context | ||
| ) |
Definition at line 1033 of file evxface.c.
Referenced by AcpiInstallGpeRawHandler().
| ACPI_STATUS AcpiInstallNotifyHandler | ( | ACPI_HANDLE | Device, |
| UINT32 | HandlerType, | ||
| ACPI_NOTIFY_HANDLER | Handler, | ||
| void * | Context | ||
| ) |
Definition at line 96 of file evxface.c.
Referenced by acpi_bus_init(), acpi_button_add(), and AcpiInstallNotifyHandler().
| ACPI_STATUS AcpiInstallSciHandler | ( | ACPI_SCI_HANDLER | Address, |
| void * | Context | ||
| ) |
Definition at line 477 of file evxface.c.
Referenced by AcpiInstallSciHandler().
| ACPI_STATUS AcpiReleaseGlobalLock | ( | UINT32 | Handle | ) |
Definition at line 1251 of file evxface.c.
| ACPI_STATUS AcpiRemoveFixedEventHandler | ( | UINT32 | Event, |
| ACPI_EVENT_HANDLER | Handler | ||
| ) |
Definition at line 786 of file evxface.c.
Referenced by acpi_button_remove(), AcpiEvRemoveGlobalLockHandler(), and AcpiRemoveFixedEventHandler().
| ACPI_STATUS AcpiRemoveGpeHandler | ( | ACPI_HANDLE | GpeDevice, |
| UINT32 | GpeNumber, | ||
| ACPI_GPE_HANDLER | Address | ||
| ) |
Definition at line 1071 of file evxface.c.
Referenced by AcpiRemoveGpeHandler().
| ACPI_STATUS AcpiRemoveNotifyHandler | ( | ACPI_HANDLE | Device, |
| UINT32 | HandlerType, | ||
| ACPI_NOTIFY_HANDLER | Handler | ||
| ) |
Definition at line 273 of file evxface.c.
Referenced by acpi_bus_exit(), acpi_bus_init(), acpi_button_remove(), and AcpiRemoveNotifyHandler().
| ACPI_STATUS AcpiRemoveSciHandler | ( | ACPI_SCI_HANDLER | Address | ) |
Definition at line 565 of file evxface.c.
Referenced by AcpiRemoveSciHandler().