Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
psargs.c File Reference
#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

u8acpi_ps_get_next_package_end (struct acpi_parse_state *parser_state)
 
characpi_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)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_PARSER

Definition at line 51 of file psargs.c.

Function Documentation

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 
)

Definition at line 707 of file psargs.c.

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 
)

Definition at line 230 of file psargs.c.

char* acpi_ps_get_next_namestring ( struct acpi_parse_state parser_state)

Definition at line 156 of file psargs.c.

u8* acpi_ps_get_next_package_end ( struct acpi_parse_state parser_state)

Definition at line 127 of file psargs.c.

void acpi_ps_get_next_simple_arg ( struct acpi_parse_state parser_state,
u32  arg_type,
union acpi_parse_object arg 
)

Definition at line 391 of file psargs.c.