Lines Matching refs:aml_opcode
205 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) { in acpi_ds_is_result_used()
212 aml_opcode))); in acpi_ds_is_result_used()
219 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode); in acpi_ds_is_result_used()
234 switch (op->common.parent->common.aml_opcode) { in acpi_ds_is_result_used()
275 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used()
276 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP) in acpi_ds_is_result_used()
277 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP) in acpi_ds_is_result_used()
278 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
280 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP) in acpi_ds_is_result_used()
281 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
283 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
305 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_is_result_used()
307 aml_opcode), op)); in acpi_ds_is_result_used()
314 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_is_result_used()
316 aml_opcode), op)); in acpi_ds_is_result_used()
476 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
524 aml_opcode); in acpi_ds_create_operand()
526 && (parent_op->common.aml_opcode != in acpi_ds_create_operand()
528 && (parent_op->common.aml_opcode != AML_REGION_OP) in acpi_ds_create_operand()
529 && (parent_op->common.aml_opcode != in acpi_ds_create_operand()
554 if (parent_op->common.aml_opcode == in acpi_ds_create_operand()
567 } else if (parent_op->common.aml_opcode == in acpi_ds_create_operand()
613 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
626 opcode = arg->common.aml_opcode; in acpi_ds_create_operand()
810 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_evaluate_name_path()
811 (op->common.parent->common.aml_opcode == AML_VAR_PACKAGE_OP) || in acpi_ds_evaluate_name_path()
812 (op->common.parent->common.aml_opcode == AML_REF_OF_OP)) { in acpi_ds_evaluate_name_path()