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

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_PARSER
 

Functions

union acpi_parse_objectacpi_ps_get_arg (union acpi_parse_object *op, u32 argn)
 
void acpi_ps_append_arg (union acpi_parse_object *op, union acpi_parse_object *arg)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_PARSER

Definition at line 49 of file pstree.c.

Function Documentation

void acpi_ps_append_arg ( union acpi_parse_object op,
union acpi_parse_object arg 
)

Definition at line 127 of file pstree.c.

union acpi_parse_object* acpi_ps_get_arg ( union acpi_parse_object op,
u32  argn 
)
write

Definition at line 70 of file pstree.c.