Home
last modified time | relevance | path

Searched refs:acpi_gbl_aml_op_info (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/acpi/
Dacglobal.h202 extern const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES];
/linux-2.4.37.9/drivers/acpi/parser/
Dpsopcode.c469 const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES] = variable
712 return (&acpi_gbl_aml_op_info [acpi_gbl_short_op_index [(u8) opcode]]); in acpi_ps_get_opcode_info()
719 return (&acpi_gbl_aml_op_info [acpi_gbl_long_op_index [(u8) opcode]]); in acpi_ps_get_opcode_info()
734 return (&acpi_gbl_aml_op_info [_UNK]); in acpi_ps_get_opcode_info()