Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
sleep.h File Reference

Go to the source code of this file.

Functions

int acpi_suspend (u32 state)
 
void acpi_enable_wakeup_devices (u8 sleep_state)
 
void acpi_disable_wakeup_devices (u8 sleep_state)
 

Variables

struct list_head acpi_wakeup_device_list
 
struct mutex acpi_device_lock
 

Function Documentation

void acpi_disable_wakeup_devices ( u8  sleep_state)

acpi_disable_wakeup_devices - Disable devices' wakeup capability. : ACPI system sleep state.

Definition at line 58 of file wakeup.c.

void acpi_enable_wakeup_devices ( u8  sleep_state)

acpi_enable_wakeup_devices - Enable wake-up device GPEs. : ACPI system sleep state.

Enable wakeup device power of devices with the state.enable flag set and set the wakeup enable mask bits in the GPE registers that correspond to wakeup devices.

Definition at line 31 of file wakeup.c.

int acpi_suspend ( u32  state)

Definition at line 677 of file sleep.c.

Variable Documentation

struct mutex acpi_device_lock
struct list_head acpi_wakeup_device_list