Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_scaler.c250 struct drm_exynos_ipp_task_rect *dst_pos) in scaler_set_dst_luma_pos() argument
254 val = SCALER_DST_WH_SET_WIDTH(dst_pos->w); in scaler_set_dst_luma_pos()
255 val |= SCALER_DST_WH_SET_HEIGHT(dst_pos->h); in scaler_set_dst_luma_pos()
260 struct drm_exynos_ipp_task_rect *dst_pos) in scaler_set_dst_wh() argument
264 val = SCALER_DST_POS_SET_H_POS(dst_pos->x); in scaler_set_dst_wh()
265 val |= SCALER_DST_POS_SET_V_POS(dst_pos->y); in scaler_set_dst_wh()
272 struct drm_exynos_ipp_task_rect *dst_pos) in scaler_set_hv_ratio() argument
277 h_ratio = (src_pos->h << 16) / dst_pos->w; in scaler_set_hv_ratio()
278 v_ratio = (src_pos->w << 16) / dst_pos->h; in scaler_set_hv_ratio()
280 h_ratio = (src_pos->w << 16) / dst_pos->w; in scaler_set_hv_ratio()
[all …]
/Linux-v4.19/sound/mips/
Dsgio2audio.c364 int dst_pos; in snd_sgio2audio_dma_pull_frag() local
376 dst_pos = chip->channel[ch].pos; in snd_sgio2audio_dma_pull_frag()
386 dst = (s16 *)(dst_base + dst_pos); in snd_sgio2audio_dma_pull_frag()
393 dst_pos = (dst_pos + 2 * sizeof(s16)) & dst_mask; in snd_sgio2audio_dma_pull_frag()
398 chip->channel[ch].pos = dst_pos; in snd_sgio2audio_dma_pull_frag()
411 unsigned long dst_base, dst_pos, src_mask; in snd_sgio2audio_dma_push_frag() local
422 dst_pos = readq(&mace->perif.audio.chan[ch].write_ptr); in snd_sgio2audio_dma_push_frag()
434 dst = (u64 *)(dst_base + dst_pos); in snd_sgio2audio_dma_push_frag()
442 dst_pos = (dst_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_push_frag()
447 writeq(dst_pos, &mace->perif.audio.chan[ch].write_ptr); /* in bytes */ in snd_sgio2audio_dma_push_frag()
/Linux-v4.19/arch/m68k/fpsp040/
Dkernel_ex.S287 beqs dst_pos |if clr, it was positive
289 dst_pos: label
/Linux-v4.19/fs/nfs/
Dnfs42xdr.c149 encode_uint64(xdr, args->dst_pos); in encode_copy()
254 p = xdr_encode_hyper(p, args->dst_pos); in encode_copy_commit()
Dnfs42proc.c234 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy()
316 .dst_pos = pos_dst, in nfs42_proc_copy()
/Linux-v4.19/fs/nfsd/
Dvfs.c542 u64 dst_pos, u64 count) in nfsd4_clone_file_range() argument
544 return nfserrno(vfs_clone_file_range(src, src_pos, dst, dst_pos, in nfsd4_clone_file_range()
549 u64 dst_pos, u64 count) in nfsd_copy_file_range() argument
561 return vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
/Linux-v4.19/fs/
Dread_write.c1981 struct file *dst_file, loff_t dst_pos, u64 len) in vfs_dedupe_file_range_one() argument
1989 ret = clone_verify_area(dst_file, dst_pos, len, true); in vfs_dedupe_file_range_one()
2010 dst_file, dst_pos, len); in vfs_dedupe_file_range_one()
/Linux-v4.19/drivers/dma/ppc4xx/
Dadma.c1255 unsigned char mult, int index, int dst_pos);
3463 unsigned char mult, int index, int dst_pos) in ppc440spe_adma_pq_set_src_mult() argument
3494 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : in ppc440spe_adma_pq_set_src_mult()
3511 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : DMA_CDB_SG_DST1; in ppc440spe_adma_pq_set_src_mult()
/Linux-v4.19/include/linux/
Dnfs_xdr.h1388 u64 dst_pos; member
Dfs.h1841 struct file *dst_file, loff_t dst_pos,