Linux Kernel
3.7.1
|
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) |
#define _COMPONENT ACPI_DISPATCHER |
Definition at line 48 of file dswscope.c.
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.