Lines Matching refs:aml_opcode
59 acpi_ds_init_buffer_field(u16 aml_opcode,
109 acpi_ds_init_buffer_field(u16 aml_opcode, in acpi_ds_init_buffer_field() argument
143 acpi_ps_get_opcode_name(aml_opcode), in acpi_ds_init_buffer_field()
155 switch (aml_opcode) { in acpi_ds_init_buffer_field()
223 aml_opcode)); in acpi_ds_init_buffer_field()
267 if (aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_init_buffer_field()
333 status = acpi_ex_resolve_operands(op->common.aml_opcode, in acpi_ds_eval_buffer_field_operands()
337 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands()
345 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands()
350 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
359 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
417 status = acpi_ex_resolve_operands(op->common.aml_opcode, in acpi_ds_eval_region_operands()
513 status = acpi_ex_resolve_operands(op->common.aml_opcode, in acpi_ds_eval_table_region_operands()
630 switch (op->common.aml_opcode) { in acpi_ds_eval_data_object_operands()
658 ((op->common.parent->common.aml_opcode != AML_PACKAGE_OP) && in acpi_ds_eval_data_object_operands()
659 (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
661 && (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
733 acpi_ps_get_opcode_name(op->common.aml_opcode), 1); in acpi_ds_eval_bank_field_operands()
747 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_ds_eval_bank_field_operands()