Searched refs:dest_obj (Results 1 – 5 of 5) sorted by relevance
54 union acpi_operand_object *dest_obj,889 union acpi_operand_object *dest_obj, in acpi_ut_copy_ipackage_to_ipackage() argument896 dest_obj->common.type = source_obj->common.type; in acpi_ut_copy_ipackage_to_ipackage()897 dest_obj->common.flags = source_obj->common.flags; in acpi_ut_copy_ipackage_to_ipackage()898 dest_obj->package.count = source_obj->package.count; in acpi_ut_copy_ipackage_to_ipackage()903 dest_obj->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size) in acpi_ut_copy_ipackage_to_ipackage()907 if (!dest_obj->package.elements) { in acpi_ut_copy_ipackage_to_ipackage()916 status = acpi_ut_walk_package_tree(source_obj, dest_obj, in acpi_ut_copy_ipackage_to_ipackage()
278 union acpi_operand_object *dest_obj);
162 } dest_obj; member
669 action->dest_obj.obj_id = table_id; in mlx5hws_action_create_dest_table_num()1393 dest_list[i].destination_id = dests[i].dest->dest_obj.obj_id; in mlx5hws_action_create_dest_array()
788 pvr_copy_to_fw(struct pvr_fw_object *dest_obj, u8 *src_ptr, u32 size) in pvr_copy_to_fw() argument790 u8 *dest_ptr = pvr_fw_object_vmap(dest_obj); in pvr_copy_to_fw()797 pvr_fw_object_vunmap(dest_obj); in pvr_copy_to_fw()