Searched refs:dst_pos (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/exynos/ |
D | exynos_drm_scaler.c | 242 struct drm_exynos_ipp_task_rect *dst_pos) in scaler_set_dst_luma_pos() argument 246 val = SCALER_DST_WH_SET_WIDTH(dst_pos->w); in scaler_set_dst_luma_pos() 247 val |= SCALER_DST_WH_SET_HEIGHT(dst_pos->h); in scaler_set_dst_luma_pos() 252 struct drm_exynos_ipp_task_rect *dst_pos) in scaler_set_dst_wh() argument 256 val = SCALER_DST_POS_SET_H_POS(dst_pos->x); in scaler_set_dst_wh() 257 val |= SCALER_DST_POS_SET_V_POS(dst_pos->y); in scaler_set_dst_wh() 264 struct drm_exynos_ipp_task_rect *dst_pos) in scaler_set_hv_ratio() argument 269 h_ratio = (src_pos->h << 16) / dst_pos->w; in scaler_set_hv_ratio() 270 v_ratio = (src_pos->w << 16) / dst_pos->h; in scaler_set_hv_ratio() 272 h_ratio = (src_pos->w << 16) / dst_pos->w; in scaler_set_hv_ratio() [all …]
|
/Linux-v5.4/sound/mips/ |
D | sgio2audio.c | 350 int dst_pos; in snd_sgio2audio_dma_pull_frag() local 362 dst_pos = chip->channel[ch].pos; in snd_sgio2audio_dma_pull_frag() 372 dst = (s16 *)(dst_base + dst_pos); in snd_sgio2audio_dma_pull_frag() 379 dst_pos = (dst_pos + 2 * sizeof(s16)) & dst_mask; in snd_sgio2audio_dma_pull_frag() 384 chip->channel[ch].pos = dst_pos; in snd_sgio2audio_dma_pull_frag() 397 unsigned long dst_base, dst_pos, src_mask; in snd_sgio2audio_dma_push_frag() local 408 dst_pos = readq(&mace->perif.audio.chan[ch].write_ptr); in snd_sgio2audio_dma_push_frag() 420 dst = (u64 *)(dst_base + dst_pos); in snd_sgio2audio_dma_push_frag() 428 dst_pos = (dst_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_push_frag() 433 writeq(dst_pos, &mace->perif.audio.chan[ch].write_ptr); /* in bytes */ in snd_sgio2audio_dma_push_frag()
|
/Linux-v5.4/arch/m68k/fpsp040/ |
D | kernel_ex.S | 287 beqs dst_pos |if clr, it was positive 289 dst_pos: label
|
/Linux-v5.4/fs/nfs/ |
D | nfs42xdr.c | 178 encode_uint64(xdr, args->dst_pos); in encode_copy() 311 p = xdr_encode_hyper(p, args->dst_pos); in encode_copy_commit()
|
D | nfs42proc.c | 235 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() 317 .dst_pos = pos_dst, in nfs42_proc_copy()
|
/Linux-v5.4/fs/nfsd/ |
D | vfs.c | 528 u64 dst_pos, u64 count) in nfsd4_clone_file_range() argument 532 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range() 541 u64 dst_pos, u64 count) in nfsd_copy_file_range() argument 553 return vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
|
D | nfs4proc.c | 1168 u64 dst_pos = copy->cp_dst_pos; in _nfsd_copy_file_range() local 1174 src_pos, copy->nf_dst->nf_file, dst_pos, in _nfsd_copy_file_range() 1181 dst_pos += bytes_copied; in _nfsd_copy_file_range()
|
/Linux-v5.4/fs/ |
D | read_write.c | 2101 struct file *dst_file, loff_t dst_pos, in vfs_dedupe_file_range_one() argument 2113 ret = remap_verify_area(dst_file, dst_pos, len, true); in vfs_dedupe_file_range_one() 2139 dst_pos, len, remap_flags | REMAP_FILE_DEDUP); in vfs_dedupe_file_range_one()
|
/Linux-v5.4/drivers/dma/ppc4xx/ |
D | adma.c | 1243 unsigned char mult, int index, int dst_pos); 3451 unsigned char mult, int index, int dst_pos) in ppc440spe_adma_pq_set_src_mult() argument 3482 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : in ppc440spe_adma_pq_set_src_mult() 3499 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : DMA_CDB_SG_DST1; in ppc440spe_adma_pq_set_src_mult()
|
/Linux-v5.4/include/linux/ |
D | nfs_xdr.h | 1434 u64 dst_pos; member
|
D | fs.h | 1931 struct file *dst_file, loff_t dst_pos,
|