| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_scaler.c | 244 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() 249 val |= SCALER_DST_WH_SET_HEIGHT(dst_pos->h); 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() 259 val |= SCALER_DST_POS_SET_V_POS(dst_pos->y); 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() [all …]
|
| /linux/sound/mips/ |
| H A D | sgio2audio.c | 346 int dst_pos; in snd_sgio2audio_dma_pull_frag() local 357 dst_pos = chip->channel[ch].pos; in snd_sgio2audio_dma_pull_frag() 367 dst = (s16 *)(dst_base + dst_pos); in snd_sgio2audio_dma_pull_frag() 374 dst_pos = (dst_pos + 2 * sizeof(s16)) & dst_mask; in snd_sgio2audio_dma_pull_frag() 379 chip->channel[ch].pos = dst_pos; in snd_sgio2audio_dma_pull_frag() 391 unsigned long dst_base, dst_pos, src_mask; in snd_sgio2audio_dma_push_frag() local 401 dst_pos = readq(&mace->perif.audio.chan[ch].write_ptr); in snd_sgio2audio_dma_push_frag() 413 dst = (u64 *)(dst_base + dst_pos); in snd_sgio2audio_dma_push_frag() 421 dst_pos = (dst_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_push_frag() 426 writeq(dst_pos, &mace->perif.audio.chan[ch].write_ptr); /* in bytes */ in snd_sgio2audio_dma_push_frag()
|
| /linux/fs/ |
| H A D | remap_range.c | 433 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/arch/m68k/fpsp040/ |
| H A D | kernel_ex.S | 287 beqs dst_pos |if clr, it was positive 289 dst_pos: label
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 692 struct nfsd_file *nf_dst, u64 dst_pos, in nfsd4_clone_file_range() argument 702 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range() 712 loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX; in nfsd4_clone_file_range() 713 int status = vfs_fsync_range(dst, dst_pos, dst_end, 0); in nfsd4_clone_file_range() 727 dst_pos, in nfsd4_clone_file_range() 738 u64 dst_pos, u64 count) in nfsd_copy_file_range() argument 751 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range() 754 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
|
| H A D | vfs.h | 94 struct nfsd_file *nf_dst, u64 dst_pos,
|
| H A D | nfs4proc.c | 1989 u64 dst_pos = copy->cp_dst_pos; in _nfsd_copy_file_range() local 2001 bytes_copied = nfsd_copy_file_range(src, src_pos, dst, dst_pos, in _nfsd_copy_file_range() 2008 dst_pos += bytes_copied; in _nfsd_copy_file_range()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 1963 loff_t src_pos, dst_pos; in ksmbd_vfs_copy_file_range_buffered() local 1967 dst_pos = dst_off + len - copied - chunk_size; in ksmbd_vfs_copy_file_range_buffered() 1970 dst_pos = dst_off + copied; in ksmbd_vfs_copy_file_range_buffered() 1988 loff_t pos = dst_pos + done; in ksmbd_vfs_copy_file_range_buffered()
|
| /linux/fs/nfs/ |
| H A D | nfs42xdr.c | 342 encode_uint64(xdr, args->dst_pos); in encode_copy() 363 p = xdr_encode_hyper(p, args->dst_pos); in encode_copy_commit()
|
| H A D | nfs4trace.h | 2631 __entry->dst_offset = args->dst_pos;
|
| /linux/drivers/dma/ppc4xx/ |
| H A D | adma.c | 1241 unsigned char mult, int index, int dst_pos); 3447 unsigned char mult, int index, int dst_pos) in ppc440spe_adma_pq_set_src_mult() argument 3478 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : in ppc440spe_adma_pq_set_src_mult() 3495 mult_dst = dst_pos ? DMA_CDB_SG_DST2 : DMA_CDB_SG_DST1; in ppc440spe_adma_pq_set_src_mult()
|
| /linux/include/linux/ |
| H A D | nfs_xdr.h | 1503 u64 dst_pos; member
|