Lines Matching refs:aml_opcode
94 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
163 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
206 && (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
210 aml_opcode); in acpi_ps_get_arguments()
217 aml_opcode, in acpi_ps_get_arguments()
234 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
259 (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
419 aml_opcode == AML_IF_OP) in acpi_ps_parse_loop()
421 aml_opcode == AML_WHILE_OP)) in acpi_ps_parse_loop()
502 (u32) op->common.aml_opcode, 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()