Home
last modified time | relevance | path

Searched refs:dest_obj (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/acpi/acpica/
Dutcopy.c54 union acpi_operand_object *dest_obj,
889 union acpi_operand_object *dest_obj, in acpi_ut_copy_ipackage_to_ipackage() argument
896 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()
Dacutils.h278 union acpi_operand_object *dest_obj);
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.h162 } dest_obj; member
Dmlx5hws_action.c669 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()
/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_fw.c788 pvr_copy_to_fw(struct pvr_fw_object *dest_obj, u8 *src_ptr, u32 size) in pvr_copy_to_fw() argument
790 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()