Lines Matching full:reference

38  *                                    Reference;
84 /* Destination object must be a Reference or a Constant object */ in acpi_ex_store()
103 /* Destination is not a Reference object */ in acpi_ex_store()
106 "Target is not a Reference or Constant object - [%s] %p", in acpi_ex_store()
114 * Examine the Reference class. These cases are handled: in acpi_ex_store()
121 switch (ref_desc->reference.class) { in acpi_ex_store()
127 ref_desc->reference. in acpi_ex_store()
147 acpi_ds_store_object_to_local(ref_desc->reference.class, in acpi_ex_store()
148 ref_desc->reference.value, in acpi_ex_store()
167 ACPI_ERROR((AE_INFO, "Unknown Reference Class 0x%2.2X", in acpi_ex_store()
168 ref_desc->reference.class)); in acpi_ex_store()
206 * Destination must be a reference pointer, and in acpi_ex_store_object_to_index()
209 switch (index_desc->reference.target_type) { in acpi_ex_store_object_to_index()
216 * The object at *(index_desc->Reference.Where) is the in acpi_ex_store_object_to_index()
218 * The parent package object is at index_desc->Reference.Object in acpi_ex_store_object_to_index()
220 obj_desc = *(index_desc->reference.where); in acpi_ex_store_object_to_index()
223 source_desc->reference.class == ACPI_REFCLASS_TABLE) { in acpi_ex_store_object_to_index()
225 /* This is a DDBHandle, just add a reference to it */ in acpi_ex_store_object_to_index()
243 /* Decrement reference count by the ref count of the parent package */ in acpi_ex_store_object_to_index()
246 index_desc->reference.object)->common. in acpi_ex_store_object_to_index()
252 *(index_desc->reference.where) = new_desc; in acpi_ex_store_object_to_index()
257 index_desc->reference.object)->common. in acpi_ex_store_object_to_index()
279 obj_desc = index_desc->reference.object; in acpi_ex_store_object_to_index()
317 obj_desc->buffer.pointer[index_desc->reference.value] = value; in acpi_ex_store_object_to_index()
436 "Target must be [Buffer/Integer/String/Reference]" in acpi_ex_store_object_to_node()
450 * (If it is a reference object) in acpi_ex_store_object_to_node()
494 * source_desc reference count is incremented by attach_object. in acpi_ex_store_object_to_node()