Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hwgpe.c File Reference
#include <acpi/acpi.h>
#include "accommon.h"
#include "acevents.h"

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_HARDWARE
 

Functions

u32 acpi_hw_get_gpe_register_bit (struct acpi_gpe_event_info *gpe_event_info)
 
acpi_status acpi_hw_low_set_gpe (struct acpi_gpe_event_info *gpe_event_info, u32 action)
 
acpi_status acpi_hw_clear_gpe (struct acpi_gpe_event_info *gpe_event_info)
 
acpi_status acpi_hw_get_gpe_status (struct acpi_gpe_event_info *gpe_event_info, acpi_event_status *event_status)
 
acpi_status acpi_hw_disable_gpe_block (struct acpi_gpe_xrupt_info *gpe_xrupt_info, struct acpi_gpe_block_info *gpe_block, void *context)
 
acpi_status acpi_hw_clear_gpe_block (struct acpi_gpe_xrupt_info *gpe_xrupt_info, struct acpi_gpe_block_info *gpe_block, void *context)
 
acpi_status acpi_hw_enable_runtime_gpe_block (struct acpi_gpe_xrupt_info *gpe_xrupt_info, struct acpi_gpe_block_info *gpe_block, void *context)
 
acpi_status acpi_hw_disable_all_gpes (void)
 
acpi_status acpi_hw_enable_all_runtime_gpes (void)
 
acpi_status acpi_hw_enable_all_wakeup_gpes (void)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_HARDWARE

Definition at line 49 of file hwgpe.c.

Function Documentation

acpi_status acpi_hw_clear_gpe ( struct acpi_gpe_event_info gpe_event_info)

Definition at line 159 of file hwgpe.c.

acpi_status acpi_hw_clear_gpe_block ( struct acpi_gpe_xrupt_info gpe_xrupt_info,
struct acpi_gpe_block_info gpe_block,
void context 
)

Definition at line 303 of file hwgpe.c.

acpi_status acpi_hw_disable_all_gpes ( void  )

Definition at line 423 of file hwgpe.c.

acpi_status acpi_hw_disable_gpe_block ( struct acpi_gpe_xrupt_info gpe_xrupt_info,
struct acpi_gpe_block_info gpe_block,
void context 
)

Definition at line 266 of file hwgpe.c.

acpi_status acpi_hw_enable_all_runtime_gpes ( void  )

Definition at line 446 of file hwgpe.c.

acpi_status acpi_hw_enable_all_wakeup_gpes ( void  )

Definition at line 468 of file hwgpe.c.

acpi_status acpi_hw_enable_runtime_gpe_block ( struct acpi_gpe_xrupt_info gpe_xrupt_info,
struct acpi_gpe_block_info gpe_block,
void context 
)

Definition at line 341 of file hwgpe.c.

u32 acpi_hw_get_gpe_register_bit ( struct acpi_gpe_event_info gpe_event_info)

Definition at line 71 of file hwgpe.c.

acpi_status acpi_hw_get_gpe_status ( struct acpi_gpe_event_info gpe_event_info,
acpi_event_status event_status 
)

Definition at line 200 of file hwgpe.c.

acpi_status acpi_hw_low_set_gpe ( struct acpi_gpe_event_info gpe_event_info,
u32  action 
)

Definition at line 91 of file hwgpe.c.