Lines Matching refs:aml_opcode
169 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) { in acpi_ds_is_result_used()
176 aml_opcode))); in acpi_ds_is_result_used()
183 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode); in acpi_ds_is_result_used()
198 switch (op->common.parent->common.aml_opcode) { in acpi_ds_is_result_used()
239 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used()
240 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP) in acpi_ds_is_result_used()
241 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP) in acpi_ds_is_result_used()
242 || (op->common.parent->common.aml_opcode == AML_BUFFER_OP) in acpi_ds_is_result_used()
243 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
245 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
247 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used()
269 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_is_result_used()
271 aml_opcode), op)); in acpi_ds_is_result_used()
278 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_is_result_used()
280 aml_opcode), op)); in acpi_ds_is_result_used()
440 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
486 aml_opcode); in acpi_ds_create_operand()
489 (parent_op->common.aml_opcode != in acpi_ds_create_operand()
491 && (parent_op->common.aml_opcode != AML_REGION_OP) in acpi_ds_create_operand()
492 && (parent_op->common.aml_opcode != in acpi_ds_create_operand()
517 if (parent_op->common.aml_opcode == in acpi_ds_create_operand()
530 } else if (parent_op->common.aml_opcode == in acpi_ds_create_operand()
576 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
589 opcode = arg->common.aml_opcode; in acpi_ds_create_operand()
764 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_evaluate_name_path()
765 (op->common.parent->common.aml_opcode == AML_VARIABLE_PACKAGE_OP) || in acpi_ds_evaluate_name_path()
766 (op->common.parent->common.aml_opcode == AML_REF_OF_OP)) { in acpi_ds_evaluate_name_path()