Linux Kernel
3.7.1
|
#include <acpi/acpi.h>
#include "accommon.h"
#include "acparser.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "acdispat.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_PARSER |
Functions | |
u8 * | acpi_ps_get_next_package_end (struct acpi_parse_state *parser_state) |
char * | acpi_ps_get_next_namestring (struct acpi_parse_state *parser_state) |
acpi_status | acpi_ps_get_next_namepath (struct acpi_walk_state *walk_state, struct acpi_parse_state *parser_state, union acpi_parse_object *arg, u8 possible_method_call) |
void | acpi_ps_get_next_simple_arg (struct acpi_parse_state *parser_state, u32 arg_type, union acpi_parse_object *arg) |
acpi_status | acpi_ps_get_next_arg (struct acpi_walk_state *walk_state, struct acpi_parse_state *parser_state, u32 arg_type, union acpi_parse_object **return_arg) |
#define _COMPONENT ACPI_PARSER |
acpi_status acpi_ps_get_next_arg | ( | struct acpi_walk_state * | walk_state, |
struct acpi_parse_state * | parser_state, | ||
u32 | arg_type, | ||
union acpi_parse_object ** | return_arg | ||
) |
acpi_status acpi_ps_get_next_namepath | ( | struct acpi_walk_state * | walk_state, |
struct acpi_parse_state * | parser_state, | ||
union acpi_parse_object * | arg, | ||
u8 | possible_method_call | ||
) |
char* acpi_ps_get_next_namestring | ( | struct acpi_parse_state * | parser_state | ) |
u8* acpi_ps_get_next_package_end | ( | struct acpi_parse_state * | parser_state | ) |
void acpi_ps_get_next_simple_arg | ( | struct acpi_parse_state * | parser_state, |
u32 | arg_type, | ||
union acpi_parse_object * | arg | ||
) |