Lines Matching refs:obj_desc
26 union acpi_operand_object *obj_desc,
46 union acpi_operand_object *obj_desc; in acpi_ds_initialize_region() local
49 obj_desc = acpi_ns_get_attached_object(obj_handle); in acpi_ds_initialize_region()
53 status = acpi_ev_initialize_region(obj_desc); in acpi_ds_initialize_region()
76 union acpi_operand_object *obj_desc, in acpi_ds_init_buffer_field() argument
88 ACPI_FUNCTION_TRACE_PTR(ds_init_buffer_field, obj_desc); in acpi_ds_init_buffer_field()
212 acpi_ex_prep_common_field_object(obj_desc, field_flags, 0, in acpi_ds_init_buffer_field()
218 obj_desc->buffer_field.buffer_obj = buffer_desc; in acpi_ds_init_buffer_field()
224 obj_desc->common.reference_count); in acpi_ds_init_buffer_field()
244 obj_desc->buffer_field.flags |= AOPOBJ_DATA_VALID; in acpi_ds_init_buffer_field()
269 union acpi_operand_object *obj_desc; in acpi_ds_eval_buffer_field_operands() local
292 obj_desc = acpi_ns_get_attached_object(node); in acpi_ds_eval_buffer_field_operands()
293 if (!obj_desc) { 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()
354 union acpi_operand_object *obj_desc; in acpi_ds_eval_region_operands() local
391 obj_desc = acpi_ns_get_attached_object(node); in acpi_ds_eval_region_operands()
392 if (!obj_desc) { in acpi_ds_eval_region_operands()
402 obj_desc->region.length = (u32) operand_desc->integer.value; in acpi_ds_eval_region_operands()
411 obj_desc->region.address = (acpi_physical_address) in acpi_ds_eval_region_operands()
416 obj_desc, in acpi_ds_eval_region_operands()
417 ACPI_FORMAT_UINT64(obj_desc->region.address), in acpi_ds_eval_region_operands()
418 obj_desc->region.length)); in acpi_ds_eval_region_operands()
422 obj_desc->region.flags |= AOPOBJ_DATA_VALID; in acpi_ds_eval_region_operands()
446 union acpi_operand_object *obj_desc; in acpi_ds_eval_table_region_operands() local
508 obj_desc = acpi_ns_get_attached_object(node); in acpi_ds_eval_table_region_operands()
509 if (!obj_desc) { in acpi_ds_eval_table_region_operands()
514 obj_desc->region.address = ACPI_PTR_TO_PHYSADDR(table); in acpi_ds_eval_table_region_operands()
515 obj_desc->region.length = table->length; in acpi_ds_eval_table_region_operands()
518 obj_desc, in acpi_ds_eval_table_region_operands()
519 ACPI_FORMAT_UINT64(obj_desc->region.address), in acpi_ds_eval_table_region_operands()
520 obj_desc->region.length)); in acpi_ds_eval_table_region_operands()
524 obj_desc->region.flags |= AOPOBJ_DATA_VALID; in acpi_ds_eval_table_region_operands()
552 union acpi_operand_object *obj_desc) in acpi_ds_eval_data_object_operands() argument
612 &obj_desc); in acpi_ds_eval_data_object_operands()
620 &obj_desc); in acpi_ds_eval_data_object_operands()
640 walk_state->result_obj = obj_desc; in acpi_ds_eval_data_object_operands()
666 union acpi_operand_object *obj_desc; in acpi_ds_eval_bank_field_operands() local
727 obj_desc = acpi_ns_get_attached_object(node); in acpi_ds_eval_bank_field_operands()
728 if (!obj_desc) { in acpi_ds_eval_bank_field_operands()
732 obj_desc->bank_field.value = in acpi_ds_eval_bank_field_operands()