Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_NAMESPACE |
Functions | |
acpi_status | acpi_ns_search_one_scope (u32 target_name, struct acpi_namespace_node *parent_node, acpi_object_type type, struct acpi_namespace_node **return_node) |
acpi_status | acpi_ns_search_and_enter (u32 target_name, struct acpi_walk_state *walk_state, struct acpi_namespace_node *node, acpi_interpreter_mode interpreter_mode, acpi_object_type type, u32 flags, struct acpi_namespace_node **return_node) |
#define _COMPONENT ACPI_NAMESPACE |
Definition at line 52 of file nssearch.c.
acpi_status acpi_ns_search_and_enter | ( | u32 | target_name, |
struct acpi_walk_state * | walk_state, | ||
struct acpi_namespace_node * | node, | ||
acpi_interpreter_mode | interpreter_mode, | ||
acpi_object_type | type, | ||
u32 | flags, | ||
struct acpi_namespace_node ** | return_node | ||
) |
Definition at line 287 of file nssearch.c.
acpi_status acpi_ns_search_one_scope | ( | u32 | target_name, |
struct acpi_namespace_node * | parent_node, | ||
acpi_object_type | type, | ||
struct acpi_namespace_node ** | return_node | ||
) |
Definition at line 95 of file nssearch.c.