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()
234 if (aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_init_buffer_field()
301 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_buffer_field_operands()
305 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands()
313 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands()
318 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
327 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
388 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_region_operands()
497 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_table_region_operands()
589 op->common.aml_opcode, op)); in acpi_ds_eval_data_object_operands()
623 switch (op->common.aml_opcode) { in acpi_ds_eval_data_object_operands()
651 ((op->common.parent->common.aml_opcode != AML_PACKAGE_OP) && in acpi_ds_eval_data_object_operands()
652 (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
654 && (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
726 acpi_ps_get_opcode_name(op->common.aml_opcode), 1); in acpi_ds_eval_bank_field_operands()
740 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_ds_eval_bank_field_operands()