Lines Matching refs:aml_opcode
67 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
103 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()
443 aml_opcode == AML_IF_OP) in acpi_ps_parse_loop()
445 aml_opcode == AML_WHILE_OP)) in acpi_ps_parse_loop()
564 switch (op->common.aml_opcode) { in acpi_ps_parse_loop()
665 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_parse_loop()
667 if (op->common.aml_opcode == AML_REGION_OP || in acpi_ps_parse_loop()
668 op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ps_parse_loop()
693 if (op->common.aml_opcode == AML_BANK_FIELD_OP) { in acpi_ps_parse_loop()
707 walk_state->opcode = op->common.aml_opcode; in acpi_ps_parse_loop()