Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
exoparg1.c File Reference
#include <acpi/acpi.h>
#include "accommon.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_EXECUTER
 

Functions

acpi_status acpi_ex_opcode_0A_0T_1R (struct acpi_walk_state *walk_state)
 
acpi_status acpi_ex_opcode_1A_0T_0R (struct acpi_walk_state *walk_state)
 
acpi_status acpi_ex_opcode_1A_1T_0R (struct acpi_walk_state *walk_state)
 
acpi_status acpi_ex_opcode_1A_1T_1R (struct acpi_walk_state *walk_state)
 
acpi_status acpi_ex_opcode_1A_0T_1R (struct acpi_walk_state *walk_state)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_EXECUTER

Definition at line 53 of file exoparg1.c.

Function Documentation

acpi_status acpi_ex_opcode_0A_0T_1R ( struct acpi_walk_state walk_state)

Naming convention for AML interpreter execution routines.

The routines that begin execution of AML opcodes are named with a common convention based upon the number of arguments, the number of target operands, and whether or not a value is returned:

 AcpiExOpcode_xA_yT_zR

Where:

xA - ARGUMENTS: The number of arguments (input operands) that are required for this opcode type (0 through 6 args). yT - TARGETS: The number of targets (output operands) that are required for this opcode type (0, 1, or 2 targets). zR - RETURN VALUE: Indicates whether this opcode type returns a value as the function return (0 or 1).

The AcpiExOpcode* functions are called via the Dispatcher component with fully resolved operands. !

Definition at line 88 of file exoparg1.c.

acpi_status acpi_ex_opcode_1A_0T_0R ( struct acpi_walk_state walk_state)

Definition at line 148 of file exoparg1.c.

acpi_status acpi_ex_opcode_1A_0T_1R ( struct acpi_walk_state walk_state)

Definition at line 585 of file exoparg1.c.

acpi_status acpi_ex_opcode_1A_1T_0R ( struct acpi_walk_state walk_state)

Definition at line 214 of file exoparg1.c.

acpi_status acpi_ex_opcode_1A_1T_1R ( struct acpi_walk_state walk_state)

Definition at line 256 of file exoparg1.c.