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

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_PARSER
 

Functions

struct acpi_opcode_infoacpi_ps_get_opcode_info (u16 opcode)
 
characpi_ps_get_opcode_name (u16 opcode)
 
u8 acpi_ps_get_argument_count (u32 op_type)
 

Variables

struct acpi_opcode_info acpi_gbl_aml_op_info [AML_NUM_OPCODES]
 

Macro Definition Documentation

#define _COMPONENT   ACPI_PARSER

Definition at line 50 of file psopcode.c.

Function Documentation

u8 acpi_ps_get_argument_count ( u32  op_type)

Definition at line 811 of file psopcode.c.

struct acpi_opcode_info* acpi_ps_get_opcode_info ( u16  opcode)
read

Definition at line 736 of file psopcode.c.

char* acpi_ps_get_opcode_name ( u16  opcode)

Definition at line 781 of file psopcode.c.

Variable Documentation

struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES]

Definition at line 189 of file psopcode.c.