Lines Matching refs:dest_desc
57 union acpi_operand_object *dest_desc,
82 union acpi_operand_object *dest_desc, in acpi_ex_store() argument
86 union acpi_operand_object *ref_desc = dest_desc; in acpi_ex_store()
88 ACPI_FUNCTION_TRACE_PTR(ex_store, dest_desc); in acpi_ex_store()
92 if (!source_desc || !dest_desc) { in acpi_ex_store()
99 if (ACPI_GET_DESCRIPTOR_TYPE(dest_desc) == ACPI_DESC_TYPE_NAMED) { in acpi_ex_store()
107 dest_desc, walk_state, in acpi_ex_store()
115 switch (dest_desc->common.type) { in acpi_ex_store()
123 if (dest_desc->common.flags & AOPOBJ_AML_CONSTANT) { in acpi_ex_store()
135 acpi_ut_get_object_type_name(dest_desc), in acpi_ex_store()
136 dest_desc)); in acpi_ex_store()