#include <linux/export.h>
#include <acpi/acpi.h>
#include "accommon.h"
#include "acnamesp.h"
#include "acevents.h"
#include "acinterp.h"
Go to the source code of this file.
|
acpi_status | acpi_install_notify_handler (acpi_handle device, u32 handler_type, acpi_notify_handler handler, void *context) |
|
acpi_status | acpi_remove_notify_handler (acpi_handle device, u32 handler_type, acpi_notify_handler handler) |
|
acpi_status | acpi_install_global_event_handler (ACPI_GBL_EVENT_HANDLER handler, void *context) |
|
acpi_status | acpi_install_fixed_event_handler (u32 event, acpi_event_handler handler, void *context) |
|
acpi_status | acpi_remove_fixed_event_handler (u32 event, acpi_event_handler handler) |
|
acpi_status | acpi_install_gpe_handler (acpi_handle gpe_device, u32 gpe_number, u32 type, acpi_gpe_handler address, void *context) |
|
acpi_status | acpi_remove_gpe_handler (acpi_handle gpe_device, u32 gpe_number, acpi_gpe_handler address) |
|
acpi_status | acpi_acquire_global_lock (u16 timeout, u32 *handle) |
|
acpi_status | acpi_release_global_lock (u32 handle) |
|