Lines Matching refs:dest_desc
57 union acpi_operand_object *dest_desc,
87 union acpi_operand_object *dest_desc, in acpi_ex_store() argument
91 union acpi_operand_object *ref_desc = dest_desc; in acpi_ex_store()
93 ACPI_FUNCTION_TRACE_PTR(ex_store, dest_desc); in acpi_ex_store()
97 if (!source_desc || !dest_desc) { in acpi_ex_store()
104 if (ACPI_GET_DESCRIPTOR_TYPE(dest_desc) == ACPI_DESC_TYPE_NAMED) { in acpi_ex_store()
112 dest_desc, walk_state, in acpi_ex_store()
120 switch (dest_desc->common.type) { in acpi_ex_store()
129 if (dest_desc->common.flags & AOPOBJ_AML_CONSTANT) { in acpi_ex_store()
141 acpi_ut_get_object_type_name(dest_desc), in acpi_ex_store()
142 dest_desc)); in acpi_ex_store()