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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dacglobal.h288 extern const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES];
H A Dpsopcode.c58 * NAME: acpi_gbl_aml_op_info
189 const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES] = { variable in typeref:struct:acpi_opcode_info
689 * pair. It returns an index into the opcode table (acpi_gbl_aml_op_info)
738 return (&acpi_gbl_aml_op_info
747 return (&acpi_gbl_aml_op_info
756 return (&acpi_gbl_aml_op_info[_UNK]);

Completed in 34 milliseconds