Lines Matching refs:aml_opcode
95 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
160 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
203 && (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
207 aml_opcode); in acpi_ps_get_arguments()
214 aml_opcode, in acpi_ps_get_arguments()
231 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
256 (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
428 aml_opcode == AML_IF_OP) in acpi_ps_parse_loop()
430 aml_opcode == AML_WHILE_OP)) in acpi_ps_parse_loop()
565 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_parse_loop()
567 if (op->common.aml_opcode == AML_REGION_OP || in acpi_ps_parse_loop()
568 op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ps_parse_loop()
593 if (op->common.aml_opcode == AML_BANK_FIELD_OP) { in acpi_ps_parse_loop()
607 walk_state->opcode = op->common.aml_opcode; in acpi_ps_parse_loop()