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

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_EXECUTER
 

Functions

acpi_status acpi_ex_resolve_object (union acpi_operand_object **source_desc_ptr, acpi_object_type target_type, struct acpi_walk_state *walk_state)
 
acpi_status acpi_ex_store_object_to_object (union acpi_operand_object *source_desc, union acpi_operand_object *dest_desc, union acpi_operand_object **new_desc, struct acpi_walk_state *walk_state)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_EXECUTER

Definition at line 51 of file exstoren.c.

Function Documentation

acpi_status acpi_ex_resolve_object ( union acpi_operand_object **  source_desc_ptr,
acpi_object_type  target_type,
struct acpi_walk_state walk_state 
)

Definition at line 69 of file exstoren.c.

acpi_status acpi_ex_store_object_to_object ( union acpi_operand_object source_desc,
union acpi_operand_object dest_desc,
union acpi_operand_object **  new_desc,
struct acpi_walk_state walk_state 
)

Definition at line 195 of file exstoren.c.