Lines Matching refs:aml_opcode

168 	    (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) {  in acpi_ds_is_result_used()
175 aml_opcode))); in acpi_ds_is_result_used()
182 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode); in acpi_ds_is_result_used()
197 switch (op->common.parent->common.aml_opcode) { in acpi_ds_is_result_used()
238 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used()
239 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP) in acpi_ds_is_result_used()
240 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP) in acpi_ds_is_result_used()
241 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP) in acpi_ds_is_result_used()
242 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
244 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
246 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
268 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_is_result_used()
270 aml_opcode), op)); in acpi_ds_is_result_used()
277 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_is_result_used()
279 aml_opcode), op)); in acpi_ds_is_result_used()
438 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
484 aml_opcode); in acpi_ds_create_operand()
487 (parent_op->common.aml_opcode != in acpi_ds_create_operand()
489 && (parent_op->common.aml_opcode != AML_REGION_OP) in acpi_ds_create_operand()
490 && (parent_op->common.aml_opcode != in acpi_ds_create_operand()
515 if (parent_op->common.aml_opcode == in acpi_ds_create_operand()
528 } else if (parent_op->common.aml_opcode == in acpi_ds_create_operand()
574 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
587 opcode = arg->common.aml_opcode; in acpi_ds_create_operand()
762 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_evaluate_name_path()
763 (op->common.parent->common.aml_opcode == AML_VARIABLE_PACKAGE_OP) || in acpi_ds_evaluate_name_path()
764 (op->common.parent->common.aml_opcode == AML_REF_OF_OP)) { in acpi_ds_evaluate_name_path()