Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Dpsopinfo.c87 return (&acpi_gbl_aml_op_info in acpi_ps_get_opcode_info()
96 return (&acpi_gbl_aml_op_info in acpi_ps_get_opcode_info()
148 return (&acpi_gbl_aml_op_info[_UNK]); in acpi_ps_get_opcode_info()
Dacglobal.h185 extern const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES];
Dpsopcode.c183 const struct acpi_opcode_info acpi_gbl_aml_op_info[AML_NUM_OPCODES] = { variable