Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
evxface.c File Reference
#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.

Macros

#define _COMPONENT   ACPI_EVENTS
 

Functions

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)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_EVENTS

Definition at line 51 of file evxface.c.

Function Documentation

acpi_status acpi_acquire_global_lock ( u16  timeout,
u32 handle 
)

Definition at line 787 of file evxface.c.

acpi_status acpi_install_fixed_event_handler ( u32  event,
acpi_event_handler  handler,
void context 
)

Definition at line 451 of file evxface.c.

acpi_status acpi_install_global_event_handler ( ACPI_GBL_EVENT_HANDLER  handler,
void context 
)

Definition at line 401 of file evxface.c.

acpi_status acpi_install_gpe_handler ( acpi_handle  gpe_device,
u32  gpe_number,
u32  type,
acpi_gpe_handler  address,
void context 
)

Definition at line 577 of file evxface.c.

acpi_status acpi_install_notify_handler ( acpi_handle  device,
u32  handler_type,
acpi_notify_handler  handler,
void context 
)

Definition at line 79 of file evxface.c.

acpi_status acpi_release_global_lock ( u32  handle)

Definition at line 827 of file evxface.c.

acpi_status acpi_remove_fixed_event_handler ( u32  event,
acpi_event_handler  handler 
)

Definition at line 518 of file evxface.c.

acpi_status acpi_remove_gpe_handler ( acpi_handle  gpe_device,
u32  gpe_number,
acpi_gpe_handler  address 
)

Definition at line 684 of file evxface.c.

acpi_status acpi_remove_notify_handler ( acpi_handle  device,
u32  handler_type,
acpi_notify_handler  handler 
)

Definition at line 233 of file evxface.c.