Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c34 void dml2_util_copy_dml_timing(struct dml_timing_cfg_st *dml_timing_array, unsigned int dst_index, unsigned int src_index) in dml2_util_copy_dml_timing() argument
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()
39 dml_timing_array->VBlankEnd[dst_index] = dml_timing_array->VBlankEnd[src_index]; in dml2_util_copy_dml_timing()
40 dml_timing_array->RefreshRate[dst_index] = dml_timing_array->RefreshRate[src_index]; in dml2_util_copy_dml_timing()
41 dml_timing_array->VFrontPorch[dst_index] = dml_timing_array->VFrontPorch[src_index]; in dml2_util_copy_dml_timing()
42 dml_timing_array->PixelClock[dst_index] = dml_timing_array->PixelClock[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] in dml2_util_copy_dml_timing()
50 dml2_util_copy_dml_plane(struct dml_plane_cfg_st * dml_plane_array,unsigned int dst_index,unsigned int src_index) dml2_util_copy_dml_plane() argument
95 dml2_util_copy_dml_surface(struct dml_surface_cfg_st * dml_surface_array,unsigned int dst_index,unsigned int src_index) dml2_util_copy_dml_surface() argument
116 dml2_util_copy_dml_output(struct dml_output_cfg_st * dml_output_array,unsigned int dst_index,unsigned int src_index) dml2_util_copy_dml_output() argument
[all...]
/linux/fs/btrfs/
H A Dtree-log.c4789 int dst_index; in copy_items()
4838 dst_index = 0; in copy_items()
4851 btrfs_item_key_to_cpu(src, &ins_keys[dst_index], src_slot); in copy_items()
4853 if (ins_keys[dst_index].type != BTRFS_EXTENT_DATA_KEY) in copy_items()
4876 ins_keys[dst_index].offset < i_size && in copy_items()
4936 ins_sizes[dst_index] = btrfs_item_size(src, src_slot); in copy_items()
4937 batch.total_data_size += ins_sizes[dst_index]; in copy_items()
4939 dst_index++; in copy_items()
4953 dst_index = 0; in copy_items()
4956 const int dst_slot = dst_path->slots[0] + dst_index; in copy_items()
4785 int dst_index; copy_items() local
[all...]
/linux/sound/firewire/
H A Damdtp-stream.c2011 unsigned int dst_index = 0; in make_association() local
2023 if (dst_index == src_index) { in make_association()
2046 ++dst_index; in make_association()
/linux/sound/usb/
H A Dmixer_scarlett2.c5736 int dst_index = ( in scarlett2_phantom_update_access()
5771 mixer, private->config_set->param_buf_addr, 1, dst_index); in scarlett2_check_input_phantom_updated()
5777 dst_index, SCARLETT2_BIQUAD_COEFFS, in scarlett2_phantom_ctl_get()
5527 int dst_index = ( scarlett2_peq_flt_ctl_put() local