Lines Matching refs:op
55 union acpi_parse_object *op);
76 union acpi_parse_object *op) in acpi_db_start_command() argument
132 op); in acpi_db_start_command()
156 union acpi_parse_object * op, u32 opcode_class) in acpi_db_single_step() argument
180 aml_offset = (u32)ACPI_PTR_DIFF(op->common.aml, in acpi_db_single_step()
212 if (op->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_db_single_step()
246 next = op->common.next; in acpi_db_single_step()
247 op->common.next = NULL; in acpi_db_single_step()
249 display_op = op; in acpi_db_single_step()
250 parent_op = op->common.parent; in acpi_db_single_step()
296 if ((op->common.aml_opcode == AML_IF_OP) || in acpi_db_single_step()
297 (op->common.aml_opcode == AML_WHILE_OP)) { in acpi_db_single_step()
305 } else if (op->common.aml_opcode == AML_ELSE_OP) { in acpi_db_single_step()
312 op->common.next = next; in acpi_db_single_step()
332 if (op->common.aml_opcode != AML_INT_METHODCALL_OP) { in acpi_db_single_step()
348 if (op->common.aml_opcode == AML_INT_METHODCALL_OP) { in acpi_db_single_step()
361 status = acpi_db_start_command(walk_state, op); in acpi_db_single_step()