Lines Matching refs:dest_desc
23 union acpi_operand_object *dest_desc,
53 union acpi_operand_object *dest_desc, in acpi_ex_store() argument
57 union acpi_operand_object *ref_desc = dest_desc; in acpi_ex_store()
59 ACPI_FUNCTION_TRACE_PTR(ex_store, dest_desc); in acpi_ex_store()
63 if (!source_desc || !dest_desc) { in acpi_ex_store()
70 if (ACPI_GET_DESCRIPTOR_TYPE(dest_desc) == ACPI_DESC_TYPE_NAMED) { in acpi_ex_store()
78 dest_desc, walk_state, in acpi_ex_store()
86 switch (dest_desc->common.type) { in acpi_ex_store()
95 if (dest_desc->common.flags & AOPOBJ_AML_CONSTANT) { in acpi_ex_store()
107 acpi_ut_get_object_type_name(dest_desc), in acpi_ex_store()
108 dest_desc)); in acpi_ex_store()