|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "amlcode.h"#include "acnamesp.h"#include "acdispat.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_NAMESPACE |
Functions | |
| acpi_status | acpi_ns_root_initialize (void) |
| acpi_status | acpi_ns_lookup (union acpi_generic_state *scope_info, char *pathname, acpi_object_type type, acpi_interpreter_mode interpreter_mode, u32 flags, struct acpi_walk_state *walk_state, struct acpi_namespace_node **return_node) |
| #define _COMPONENT ACPI_NAMESPACE |
Definition at line 50 of file nsaccess.c.
| acpi_status acpi_ns_lookup | ( | union acpi_generic_state * | scope_info, |
| char * | pathname, | ||
| acpi_object_type | type, | ||
| acpi_interpreter_mode | interpreter_mode, | ||
| u32 | flags, | ||
| struct acpi_walk_state * | walk_state, | ||
| struct acpi_namespace_node ** | return_node | ||
| ) |
Definition at line 280 of file nsaccess.c.
| acpi_status acpi_ns_root_initialize | ( | void | ) |
Definition at line 66 of file nsaccess.c.
1.8.2