Lines Matching refs:new_desc
199 union acpi_operand_object *new_desc; in acpi_ex_store_object_to_index() local
228 new_desc = source_desc; in acpi_ex_store_object_to_index()
234 &new_desc, in acpi_ex_store_object_to_index()
252 *(index_desc->reference.where) = new_desc; in acpi_ex_store_object_to_index()
259 acpi_ut_add_reference(new_desc); in acpi_ex_store_object_to_index()
368 union acpi_operand_object *new_desc; in acpi_ex_store_object_to_node() local
485 &new_desc, walk_state); in acpi_ex_store_object_to_node()
490 if (new_desc != target_desc) { in acpi_ex_store_object_to_node()
501 acpi_ns_attach_object(node, new_desc, in acpi_ex_store_object_to_node()
502 new_desc->common.type); in acpi_ex_store_object_to_node()
509 (new_desc))); in acpi_ex_store_object_to_node()
565 union acpi_operand_object *new_desc; in acpi_ex_store_direct_to_node() local
579 acpi_ut_copy_iobject_to_iobject(source_desc, &new_desc, walk_state); in acpi_ex_store_direct_to_node()
586 status = acpi_ns_attach_object(node, new_desc, new_desc->common.type); in acpi_ex_store_direct_to_node()
587 acpi_ut_remove_reference(new_desc); in acpi_ex_store_direct_to_node()