Lines Matching refs:aml_opcode
25 acpi_ds_init_buffer_field(u16 aml_opcode,
75 acpi_ds_init_buffer_field(u16 aml_opcode, in acpi_ds_init_buffer_field() argument
109 acpi_ps_get_opcode_name(aml_opcode), in acpi_ds_init_buffer_field()
121 switch (aml_opcode) { in acpi_ds_init_buffer_field()
189 aml_opcode)); in acpi_ds_init_buffer_field()
221 aml_opcode == AML_CREATE_FIELD_OP; in acpi_ds_init_buffer_field()
236 if (aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_init_buffer_field()
303 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_buffer_field_operands()
307 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands()
315 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands()
320 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
329 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
390 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_region_operands()
499 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_table_region_operands()
592 op->common.aml_opcode, op)); in acpi_ds_eval_data_object_operands()
626 switch (op->common.aml_opcode) { in acpi_ds_eval_data_object_operands()
654 ((op->common.parent->common.aml_opcode != AML_PACKAGE_OP) && in acpi_ds_eval_data_object_operands()
655 (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
657 && (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
729 acpi_ps_get_opcode_name(op->common.aml_opcode), 1); in acpi_ds_eval_bank_field_operands()
743 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_ds_eval_bank_field_operands()