Searched refs:dst_index (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_utils.c | 36 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 …]
|
| A D | dml2_utils.h | 36 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/fs/btrfs/ |
| A D | tree-log.c | 4361 int dst_index; in copy_items() local 4411 dst_index = 0; in copy_items() 4426 if (ins_keys[dst_index].type != BTRFS_EXTENT_DATA_KEY) in copy_items() 4449 ins_keys[dst_index].offset < i_size && in copy_items() 4503 batch.total_data_size += ins_sizes[dst_index]; in copy_items() 4505 dst_index++; in copy_items() 4519 dst_index = 0; in copy_items() 4522 const int dst_slot = dst_path->slots[0] + dst_index; in copy_items() 4531 if (dst_index >= batch.nr) in copy_items() 4563 src_offset, ins_sizes[dst_index]); in copy_items() [all …]
|
| /linux/sound/firewire/ |
| A D | amdtp-stream.c | 2035 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/sound/usb/ |
| A D | mixer_scarlett2.c | 5731 int dst_index = ( in scarlett2_peq_flt_ctl_put() local 5768 mixer, private->config_set->param_buf_addr, 1, dst_index); in scarlett2_peq_flt_ctl_put() 5774 dst_index, SCARLETT2_BIQUAD_COEFFS, in scarlett2_peq_flt_ctl_put()
|
Completed in 63 milliseconds