Lines Matching refs:op
69 union acpi_parse_object *op) in acpi_ds_exec_begin_control_op() argument
77 op, op->common.aml_opcode, walk_state)); in acpi_ds_exec_begin_control_op()
79 switch (op->common.aml_opcode) { in acpi_ds_exec_begin_control_op()
119 control_state->control.opcode = op->common.aml_opcode; in acpi_ds_exec_begin_control_op()
166 union acpi_parse_object * op) in acpi_ds_exec_end_control_op() argument
173 switch (op->common.aml_opcode) { in acpi_ds_exec_end_control_op()
176 ACPI_DEBUG_PRINT((ACPI_DB_DISPATCH, "[IF_OP] Op=%p\n", op)); in acpi_ds_exec_end_control_op()
200 ACPI_DEBUG_PRINT((ACPI_DB_DISPATCH, "[WHILE_OP] Op=%p\n", op)); in acpi_ds_exec_end_control_op()
233 "[WHILE_OP] termination! Op=%p\n", op)); in acpi_ds_exec_end_control_op()
245 "[RETURN_OP] Op=%p Arg=%p\n", op, in acpi_ds_exec_end_control_op()
246 op->common.value.arg)); in acpi_ds_exec_end_control_op()
253 if (op->common.value.arg) { in acpi_ds_exec_end_control_op()
263 op->common.value.arg); in acpi_ds_exec_end_control_op()
393 if (op->common.aml_opcode == AML_BREAK_OP) { in acpi_ds_exec_end_control_op()
403 op->common.aml_opcode, op)); in acpi_ds_exec_end_control_op()