dst_pos          1243 drivers/dma/ppc4xx/adma.c 			       unsigned char mult, int index, int dst_pos);
dst_pos          3451 drivers/dma/ppc4xx/adma.c 		unsigned char mult, int index, int dst_pos)
dst_pos          3482 drivers/dma/ppc4xx/adma.c 				mult_dst = dst_pos ? DMA_CDB_SG_DST2 :
dst_pos          3499 drivers/dma/ppc4xx/adma.c 			mult_dst = dst_pos ? DMA_CDB_SG_DST2 : DMA_CDB_SG_DST1;
dst_pos           243 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	struct drm_exynos_ipp_task_rect *dst_pos)
dst_pos           247 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	val = SCALER_DST_WH_SET_WIDTH(dst_pos->w);
dst_pos           248 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	val |= SCALER_DST_WH_SET_HEIGHT(dst_pos->h);
dst_pos           253 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	struct drm_exynos_ipp_task_rect *dst_pos)
dst_pos           257 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	val = SCALER_DST_POS_SET_H_POS(dst_pos->x);
dst_pos           258 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	val |= SCALER_DST_POS_SET_V_POS(dst_pos->y);
dst_pos           265 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	struct drm_exynos_ipp_task_rect *dst_pos)
dst_pos           270 drivers/gpu/drm/exynos/exynos_drm_scaler.c 		h_ratio = (src_pos->h << 16) / dst_pos->w;
dst_pos           271 drivers/gpu/drm/exynos/exynos_drm_scaler.c 		v_ratio = (src_pos->w << 16) / dst_pos->h;
dst_pos           273 drivers/gpu/drm/exynos/exynos_drm_scaler.c 		h_ratio = (src_pos->w << 16) / dst_pos->w;
dst_pos           274 drivers/gpu/drm/exynos/exynos_drm_scaler.c 		v_ratio = (src_pos->h << 16) / dst_pos->h;
dst_pos           363 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	struct drm_exynos_ipp_task_rect *dst_pos = &task->dst.rect;
dst_pos           387 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	scaler_set_dst_luma_pos(scaler, dst_pos);
dst_pos           388 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	scaler_set_dst_wh(scaler, dst_pos);
dst_pos           390 drivers/gpu/drm/exynos/exynos_drm_scaler.c 	scaler_set_hv_ratio(scaler, task->transform.rotation, src_pos, dst_pos);
dst_pos           235 fs/nfs/nfs42proc.c 	loff_t pos_dst = args->dst_pos;
dst_pos           317 fs/nfs/nfs42proc.c 		.dst_pos	= pos_dst,
dst_pos           178 fs/nfs/nfs42xdr.c 	encode_uint64(xdr, args->dst_pos);
dst_pos           311 fs/nfs/nfs42xdr.c 	p = xdr_encode_hyper(p, args->dst_pos);
dst_pos          1169 fs/nfsd/nfs4proc.c 	u64 dst_pos = copy->cp_dst_pos;
dst_pos          1175 fs/nfsd/nfs4proc.c 				src_pos, copy->nf_dst->nf_file, dst_pos,
dst_pos          1182 fs/nfsd/nfs4proc.c 		dst_pos += bytes_copied;
dst_pos           534 fs/nfsd/vfs.c  		u64 dst_pos, u64 count, bool sync)
dst_pos           538 fs/nfsd/vfs.c  	cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0);
dst_pos           544 fs/nfsd/vfs.c  		loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX;
dst_pos           545 fs/nfsd/vfs.c  		int status = vfs_fsync_range(dst, dst_pos, dst_end, 0);
dst_pos           556 fs/nfsd/vfs.c  			     u64 dst_pos, u64 count)
dst_pos           568 fs/nfsd/vfs.c  	return vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0);
dst_pos          2099 fs/read_write.c 				 struct file *dst_file, loff_t dst_pos,
dst_pos          2111 fs/read_write.c 	ret = remap_verify_area(dst_file, dst_pos, len, true);
dst_pos          2137 fs/read_write.c 			dst_pos, len, remap_flags | REMAP_FILE_DEDUP);
dst_pos          1939 include/linux/fs.h 					struct file *dst_file, loff_t dst_pos,
dst_pos          1436 include/linux/nfs_xdr.h 	u64				dst_pos;
dst_pos           350 sound/mips/sgio2audio.c 	int dst_pos;
dst_pos           362 sound/mips/sgio2audio.c 	dst_pos = chip->channel[ch].pos;
dst_pos           372 sound/mips/sgio2audio.c 		dst = (s16 *)(dst_base + dst_pos);
dst_pos           379 sound/mips/sgio2audio.c 		dst_pos = (dst_pos + 2 * sizeof(s16)) & dst_mask;
dst_pos           384 sound/mips/sgio2audio.c 	chip->channel[ch].pos = dst_pos;
dst_pos           397 sound/mips/sgio2audio.c 	unsigned long dst_base, dst_pos, src_mask;
dst_pos           408 sound/mips/sgio2audio.c 	dst_pos = readq(&mace->perif.audio.chan[ch].write_ptr);
dst_pos           420 sound/mips/sgio2audio.c 		dst = (u64 *)(dst_base + dst_pos);
dst_pos           428 sound/mips/sgio2audio.c 		dst_pos = (dst_pos + sizeof(u64)) & CHANNEL_RING_MASK;
dst_pos           433 sound/mips/sgio2audio.c 	writeq(dst_pos, &mace->perif.audio.chan[ch].write_ptr); /* in bytes */