Lines Matching refs:obj_desc
60 union acpi_operand_object *obj_desc,
80 union acpi_operand_object *obj_desc; in acpi_ds_initialize_region() local
83 obj_desc = acpi_ns_get_attached_object(obj_handle); in acpi_ds_initialize_region()
87 status = acpi_ev_initialize_region(obj_desc, FALSE); in acpi_ds_initialize_region()
110 union acpi_operand_object *obj_desc, in acpi_ds_init_buffer_field() argument
122 ACPI_FUNCTION_TRACE_PTR(ds_init_buffer_field, obj_desc); in acpi_ds_init_buffer_field()
246 status = acpi_ex_prep_common_field_object(obj_desc, field_flags, 0, in acpi_ds_init_buffer_field()
252 obj_desc->buffer_field.buffer_obj = buffer_desc; in acpi_ds_init_buffer_field()
258 obj_desc->common.reference_count); in acpi_ds_init_buffer_field()
278 obj_desc->buffer_field.flags |= AOPOBJ_DATA_VALID; in acpi_ds_init_buffer_field()
303 union acpi_operand_object *obj_desc; in acpi_ds_eval_buffer_field_operands() local
326 obj_desc = acpi_ns_get_attached_object(node); in acpi_ds_eval_buffer_field_operands()
327 if (!obj_desc) { 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()
387 union acpi_operand_object *obj_desc; in acpi_ds_eval_region_operands() local
423 obj_desc = acpi_ns_get_attached_object(node); in acpi_ds_eval_region_operands()
424 if (!obj_desc) { in acpi_ds_eval_region_operands()
434 obj_desc->region.length = (u32) operand_desc->integer.value; in acpi_ds_eval_region_operands()
443 obj_desc->region.address = (acpi_physical_address) in acpi_ds_eval_region_operands()
448 obj_desc, in acpi_ds_eval_region_operands()
449 ACPI_FORMAT_UINT64(obj_desc->region.address), in acpi_ds_eval_region_operands()
450 obj_desc->region.length)); in acpi_ds_eval_region_operands()
454 obj_desc->region.flags |= AOPOBJ_DATA_VALID; in acpi_ds_eval_region_operands()
479 union acpi_operand_object *obj_desc; in acpi_ds_eval_table_region_operands() local
537 obj_desc = acpi_ns_get_attached_object(node); in acpi_ds_eval_table_region_operands()
538 if (!obj_desc) { in acpi_ds_eval_table_region_operands()
542 obj_desc->region.address = ACPI_PTR_TO_PHYSADDR(table); in acpi_ds_eval_table_region_operands()
543 obj_desc->region.length = table->length; in acpi_ds_eval_table_region_operands()
546 obj_desc, in acpi_ds_eval_table_region_operands()
547 ACPI_FORMAT_UINT64(obj_desc->region.address), in acpi_ds_eval_table_region_operands()
548 obj_desc->region.length)); in acpi_ds_eval_table_region_operands()
552 obj_desc->region.flags |= AOPOBJ_DATA_VALID; in acpi_ds_eval_table_region_operands()
575 union acpi_operand_object *obj_desc) in acpi_ds_eval_data_object_operands() argument
626 &obj_desc); in acpi_ds_eval_data_object_operands()
634 &obj_desc); in acpi_ds_eval_data_object_operands()
654 walk_state->result_obj = obj_desc; in acpi_ds_eval_data_object_operands()
680 union acpi_operand_object *obj_desc; in acpi_ds_eval_bank_field_operands() local
741 obj_desc = acpi_ns_get_attached_object(node); in acpi_ds_eval_bank_field_operands()
742 if (!obj_desc) { in acpi_ds_eval_bank_field_operands()
746 obj_desc->bank_field.value = in acpi_ds_eval_bank_field_operands()