Home
last modified time | relevance | path

Searched refs:dst_pos (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c244 struct drm_exynos_ipp_task_rect *dst_pos) in scaler_set_dst_luma_pos() argument
248 val = SCALER_DST_WH_SET_WIDTH(dst_pos->w); in scaler_set_dst_luma_pos()
254 struct drm_exynos_ipp_task_rect *dst_pos) in scaler_set_dst_wh() argument
258 val = SCALER_DST_POS_SET_H_POS(dst_pos->x); in scaler_set_dst_wh()
266 struct drm_exynos_ipp_task_rect *dst_pos) in scaler_set_hv_ratio() argument
271 h_ratio = (src_pos->h << 16) / dst_pos->w; in scaler_set_hv_ratio()
272 v_ratio = (src_pos->w << 16) / dst_pos->h; in scaler_set_hv_ratio()
274 h_ratio = (src_pos->w << 16) / dst_pos->w; in scaler_set_hv_ratio()
275 v_ratio = (src_pos->h << 16) / dst_pos->h; in scaler_set_hv_ratio()
390 scaler_set_dst_luma_pos(scaler, dst_pos); in scaler_commit()
[all …]
/linux-6.15/sound/mips/
H A Dsgio2audio.c349 int dst_pos; in snd_sgio2audio_dma_pull_frag() local
361 dst_pos = chip->channel[ch].pos; in snd_sgio2audio_dma_pull_frag()
371 dst = (s16 *)(dst_base + dst_pos); in snd_sgio2audio_dma_pull_frag()
378 dst_pos = (dst_pos + 2 * sizeof(s16)) & dst_mask; in snd_sgio2audio_dma_pull_frag()
383 chip->channel[ch].pos = dst_pos; in snd_sgio2audio_dma_pull_frag()
396 unsigned long dst_base, dst_pos, src_mask; in snd_sgio2audio_dma_push_frag() local
407 dst_pos = readq(&mace->perif.audio.chan[ch].write_ptr); in snd_sgio2audio_dma_push_frag()
419 dst = (u64 *)(dst_base + dst_pos); in snd_sgio2audio_dma_push_frag()
427 dst_pos = (dst_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_push_frag()
432 writeq(dst_pos, &mace->perif.audio.chan[ch].write_ptr); /* in bytes */ in snd_sgio2audio_dma_push_frag()
/linux-6.15/fs/
H A Dremap_range.c433 struct file *dst_file, loff_t dst_pos, in vfs_dedupe_file_range_one() argument
449 ret = remap_verify_area(dst_file, dst_pos, len, true); in vfs_dedupe_file_range_one()
484 dst_pos, len, remap_flags | REMAP_FILE_DEDUP); in vfs_dedupe_file_range_one()
/linux-6.15/drivers/gpu/drm/adp/
H A Dadp_drv.c160 u32 src_pos, src_size, dst_pos, dst_size; in adp_plane_atomic_update() local
172 dst_pos = new_state->dst.x1 << 16 | new_state->dst.y1; in adp_plane_atomic_update()
178 writel(dst_pos, adp->be + ADBE_DST_START); in adp_plane_atomic_update()
/linux-6.15/arch/m68k/fpsp040/
H A Dkernel_ex.S287 beqs dst_pos |if clr, it was positive
289 dst_pos: label
/linux-6.15/fs/nfsd/
H A Dvfs.c648 struct nfsd_file *nf_dst, u64 dst_pos, in nfsd4_clone_file_range() argument
658 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
668 loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX; in nfsd4_clone_file_range()
669 int status = vfs_fsync_range(dst, dst_pos, dst_end, 0); in nfsd4_clone_file_range()
683 dst_pos, in nfsd4_clone_file_range()
694 u64 dst_pos, u64 count) in nfsd_copy_file_range() argument
707 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
710 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
H A Dvfs.h89 struct nfsd_file *nf_dst, u64 dst_pos,
H A Dnfs4proc.c1741 u64 dst_pos = copy->cp_dst_pos; in _nfsd_copy_file_range() local
1752 bytes_copied = nfsd_copy_file_range(src, src_pos, dst, dst_pos, in _nfsd_copy_file_range()
1759 dst_pos += bytes_copied; in _nfsd_copy_file_range()
/linux-6.15/fs/bcachefs/
H A Ddirent.c409 struct bpos dst_pos = in bch2_dirent_rename() local
494 if (bkey_le(dst_pos, src_iter.pos) && in bch2_dirent_rename()
/linux-6.15/fs/nfs/
H A Dnfs42proc.c379 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy()
474 .dst_pos = pos_dst, in nfs42_proc_copy()
H A Dnfs42xdr.c328 encode_uint64(xdr, args->dst_pos); in encode_copy()
349 p = xdr_encode_hyper(p, args->dst_pos); in encode_copy_commit()
H A Dnfs4trace.h2431 __entry->dst_offset = args->dst_pos;
/linux-6.15/drivers/dma/ppc4xx/
H A Dadma.c1241 unsigned char mult, int index, int dst_pos);
3448 unsigned char mult, int index, int dst_pos) in ppc440spe_adma_pq_set_src_mult() argument
3479 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : in ppc440spe_adma_pq_set_src_mult()
3496 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : DMA_CDB_SG_DST1; in ppc440spe_adma_pq_set_src_mult()
/linux-6.15/include/linux/
H A Dnfs_xdr.h1489 u64 dst_pos; member
H A Dfs.h2264 struct file *dst_file, loff_t dst_pos,