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

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_DISPATCHER
 

Functions

void acpi_ds_scope_stack_clear (struct acpi_walk_state *walk_state)
 
acpi_status acpi_ds_scope_stack_push (struct acpi_namespace_node *node, acpi_object_type type, struct acpi_walk_state *walk_state)
 
acpi_status acpi_ds_scope_stack_pop (struct acpi_walk_state *walk_state)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_DISPATCHER

Definition at line 48 of file dswscope.c.

Function Documentation

void acpi_ds_scope_stack_clear ( struct acpi_walk_state walk_state)

Definition at line 63 of file dswscope.c.

acpi_status acpi_ds_scope_stack_pop ( struct acpi_walk_state walk_state)

Definition at line 177 of file dswscope.c.

acpi_status acpi_ds_scope_stack_push ( struct acpi_namespace_node node,
acpi_object_type  type,
struct acpi_walk_state walk_state 
)

Definition at line 100 of file dswscope.c.