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

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_DISPATCHER
 

Functions

acpi_status acpi_ds_build_internal_buffer_obj (struct acpi_walk_state *walk_state, union acpi_parse_object *op, u32 buffer_length, union acpi_operand_object **obj_desc_ptr)
 
acpi_status acpi_ds_build_internal_package_obj (struct acpi_walk_state *walk_state, union acpi_parse_object *op, u32 element_count, union acpi_operand_object **obj_desc_ptr)
 
acpi_status acpi_ds_create_node (struct acpi_walk_state *walk_state, struct acpi_namespace_node *node, union acpi_parse_object *op)
 
acpi_status acpi_ds_init_object_from_op (struct acpi_walk_state *walk_state, union acpi_parse_object *op, u16 opcode, union acpi_operand_object **ret_obj_desc)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_DISPATCHER

Definition at line 52 of file dsobject.c.

Function Documentation

acpi_status acpi_ds_build_internal_buffer_obj ( struct acpi_walk_state walk_state,
union acpi_parse_object op,
u32  buffer_length,
union acpi_operand_object **  obj_desc_ptr 
)

Definition at line 265 of file dsobject.c.

acpi_status acpi_ds_build_internal_package_obj ( struct acpi_walk_state walk_state,
union acpi_parse_object op,
u32  element_count,
union acpi_operand_object **  obj_desc_ptr 
)

Definition at line 382 of file dsobject.c.

acpi_status acpi_ds_create_node ( struct acpi_walk_state walk_state,
struct acpi_namespace_node node,
union acpi_parse_object op 
)

Definition at line 560 of file dsobject.c.

acpi_status acpi_ds_init_object_from_op ( struct acpi_walk_state walk_state,
union acpi_parse_object op,
u16  opcode,
union acpi_operand_object **  ret_obj_desc 
)

Definition at line 627 of file dsobject.c.