Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
A 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()
A Dacutils.h278 union acpi_operand_object *dest_obj);
/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Daction.h168 } dest_obj; member
A Daction.c672 action->dest_obj.obj_id = table_id; in mlx5hws_action_create_dest_table_num()
1398 dest_list[i].destination_id = dests[i].dest->dest_obj.obj_id; in mlx5hws_action_create_dest_array()
/drivers/gpu/drm/imagination/
A Dpvr_fw.c794 pvr_copy_to_fw(struct pvr_fw_object *dest_obj, u8 *src_ptr, u32 size) in pvr_copy_to_fw() argument
796 u8 *dest_ptr = pvr_fw_object_vmap(dest_obj); in pvr_copy_to_fw()
803 pvr_fw_object_vunmap(dest_obj); in pvr_copy_to_fw()

Completed in 18 milliseconds