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()
233 if (aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_init_buffer_field()
300 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_buffer_field_operands()
304 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands()
312 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands()
317 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
326 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
385 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_region_operands()
481 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS, in acpi_ds_eval_table_region_operands()
573 op->common.aml_opcode, op)); in acpi_ds_eval_data_object_operands()
607 switch (op->common.aml_opcode) { in acpi_ds_eval_data_object_operands()
635 ((op->common.parent->common.aml_opcode != AML_PACKAGE_OP) && in acpi_ds_eval_data_object_operands()
636 (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
638 && (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
710 acpi_ps_get_opcode_name(op->common.aml_opcode), 1); in acpi_ds_eval_bank_field_operands()
724 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_ds_eval_bank_field_operands()