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

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_HARDWARE
 

Functions

void acpi_hw_execute_sleep_method (char *method_pathname, u32 integer_argument)
 
acpi_status acpi_hw_extended_sleep (u8 sleep_state)
 
acpi_status acpi_hw_extended_wake_prep (u8 sleep_state)
 
acpi_status acpi_hw_extended_wake (u8 sleep_state)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_HARDWARE

Definition at line 48 of file hwesleep.c.

Function Documentation

void acpi_hw_execute_sleep_method ( char method_pathname,
u32  integer_argument 
)

Definition at line 64 of file hwesleep.c.

acpi_status acpi_hw_extended_sleep ( u8  sleep_state)

Definition at line 102 of file hwesleep.c.

acpi_status acpi_hw_extended_wake ( u8  sleep_state)

Definition at line 212 of file hwesleep.c.

acpi_status acpi_hw_extended_wake_prep ( u8  sleep_state)

Definition at line 176 of file hwesleep.c.