Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c36 dml_timing_array->HTotal[dst_index] = dml_timing_array->HTotal[src_index]; in dml2_util_copy_dml_timing()
37 dml_timing_array->VTotal[dst_index] = dml_timing_array->VTotal[src_index]; in dml2_util_copy_dml_timing()
38 dml_timing_array->HBlankEnd[dst_index] = dml_timing_array->HBlankEnd[src_index]; in dml2_util_copy_dml_timing()
43 dml_timing_array->HActive[dst_index] = dml_timing_array->HActive[src_index]; in dml2_util_copy_dml_timing()
44 dml_timing_array->VActive[dst_index] = dml_timing_array->VActive[src_index]; in dml2_util_copy_dml_timing()
67 dml_plane_array->HRatio[dst_index] = dml_plane_array->HRatio[src_index]; in dml2_util_copy_dml_plane()
68 dml_plane_array->VRatio[dst_index] = dml_plane_array->VRatio[src_index]; in dml2_util_copy_dml_plane()
71 dml_plane_array->HTaps[dst_index] = dml_plane_array->HTaps[src_index]; in dml2_util_copy_dml_plane()
72 dml_plane_array->VTaps[dst_index] = dml_plane_array->VTaps[src_index]; in dml2_util_copy_dml_plane()
99 dml_surface_array->PitchY[dst_index] = dml_surface_array->PitchY[src_index]; in dml2_util_copy_dml_surface()
[all …]
H A Ddml2_utils.h36 void dml2_util_copy_dml_timing(struct dml_timing_cfg_st *dml_timing_array, unsigned int dst_index, …
37 void dml2_util_copy_dml_plane(struct dml_plane_cfg_st *dml_plane_array, unsigned int dst_index, uns…
38 …_dml_surface(struct dml_surface_cfg_st *dml_surface_array, unsigned int dst_index, unsigned int sr…
39 void dml2_util_copy_dml_output(struct dml_output_cfg_st *dml_output_array, unsigned int dst_index, …
/linux-6.15/fs/btrfs/
H A Dtree-log.c4341 int dst_index; in copy_items() local
4391 dst_index = 0; in copy_items()
4406 if (ins_keys[dst_index].type != BTRFS_EXTENT_DATA_KEY) in copy_items()
4429 ins_keys[dst_index].offset < i_size && in copy_items()
4483 batch.total_data_size += ins_sizes[dst_index]; in copy_items()
4485 dst_index++; in copy_items()
4499 dst_index = 0; in copy_items()
4502 const int dst_slot = dst_path->slots[0] + dst_index; in copy_items()
4511 if (dst_index >= batch.nr) in copy_items()
4543 src_offset, ins_sizes[dst_index]); in copy_items()
[all …]
/linux-6.15/sound/firewire/
H A Damdtp-stream.c2035 unsigned int dst_index = 0; in make_association() local
2047 if (dst_index == src_index) { in make_association()
2070 ++dst_index; in make_association()
/linux-6.15/sound/usb/
H A Dmixer_scarlett2.c5727 int dst_index = ( in scarlett2_peq_flt_ctl_put() local
5764 mixer, private->config_set->param_buf_addr, 1, dst_index); in scarlett2_peq_flt_ctl_put()
5770 dst_index, SCARLETT2_BIQUAD_COEFFS, in scarlett2_peq_flt_ctl_put()