Home
last modified time | relevance | path

Searched refs:src_pos (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c181 struct drm_exynos_ipp_task_rect *src_pos, in scaler_set_src_luma_chroma_pos() argument
186 val = SCALER_SRC_Y_POS_SET_YH_POS(src_pos->x << 2); in scaler_set_src_luma_chroma_pos()
187 val |= SCALER_SRC_Y_POS_SET_YV_POS(src_pos->y << 2); in scaler_set_src_luma_chroma_pos()
190 (src_pos->x * fmt->chroma_tile_w / 16) << 2); in scaler_set_src_luma_chroma_pos()
192 (src_pos->y * fmt->chroma_tile_h / 16) << 2); in scaler_set_src_luma_chroma_pos()
197 struct drm_exynos_ipp_task_rect *src_pos) in scaler_set_src_wh() argument
201 val = SCALER_SRC_WH_SET_WIDTH(src_pos->w); in scaler_set_src_wh()
202 val |= SCALER_SRC_WH_SET_HEIGHT(src_pos->h); in scaler_set_src_wh()
265 struct drm_exynos_ipp_task_rect *src_pos, in scaler_set_hv_ratio() argument
271 h_ratio = (src_pos->h << 16) / dst_pos->w; in scaler_set_hv_ratio()
[all …]
/linux/sound/mips/
H A Dsgio2audio.c344 unsigned long src_base, src_pos, dst_mask; in snd_sgio2audio_dma_pull_frag() local
355 src_pos = readq(&mace->perif.audio.chan[ch].read_ptr); in snd_sgio2audio_dma_pull_frag()
366 src = (u64 *)(src_base + src_pos); in snd_sgio2audio_dma_pull_frag()
373 src_pos = (src_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_pull_frag()
378 writeq(src_pos, &mace->perif.audio.chan[ch].read_ptr); /* in bytes */ in snd_sgio2audio_dma_pull_frag()
393 int src_pos; in snd_sgio2audio_dma_push_frag() local
403 src_pos = chip->channel[ch].pos; in snd_sgio2audio_dma_push_frag()
412 src = (s16 *)(src_base + src_pos); in snd_sgio2audio_dma_push_frag()
422 src_pos = (src_pos + 2 * sizeof(s16)) & src_mask; in snd_sgio2audio_dma_push_frag()
427 chip->channel[ch].pos = src_pos; in snd_sgio2audio_dma_push_frag()
/linux/drivers/md/
H A Ddm-verity-fec.c185 unsigned int n, src_pos; in fec_read_bufs() local
251 src_pos = out_pos; in fec_read_bufs()
253 if (src_pos >= v->fec->block_size) in fec_read_bufs()
255 fec_buffer_rs_message(v, fio, n, j)[i] = bbuf[src_pos++]; in fec_read_bufs()
/linux/fs/
H A Dremap_range.c432 loff_t vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos, in vfs_dedupe_file_range_one() argument
445 ret = remap_verify_area(src_file, src_pos, len, false); in vfs_dedupe_file_range_one()
483 ret = dst_file->f_op->remap_file_range(src_file, src_pos, dst_file, in vfs_dedupe_file_range_one()
/linux/fs/nfsd/
H A Dvfs.h93 struct nfsd_file *nf_src, u64 src_pos,
H A Dvfs.c691 struct nfsd_file *nf_src, u64 src_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()
725 src_pos, in nfsd4_clone_file_range()
737 ssize_t nfsd_copy_file_range(struct file *src, u64 src_pos, struct file *dst, 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 Dnfs4proc.c1988 u64 src_pos = copy->cp_src_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()
2007 src_pos += bytes_copied; in _nfsd_copy_file_range()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c1056 u16 src_size, elem_size, src_pos, dest_pos; in b43legacy_generate_probe_resp() local
1078 src_pos = ie_start; in b43legacy_generate_probe_resp()
1080 for ( ; src_pos < src_size - 2; src_pos += elem_size) { in b43legacy_generate_probe_resp()
1081 elem_size = src_data[src_pos + 1] + 2; in b43legacy_generate_probe_resp()
1082 if (src_data[src_pos] == 5) { in b43legacy_generate_probe_resp()
1086 memcpy(dest_data + dest_pos, src_data + src_pos, elem_size); in b43legacy_generate_probe_resp()
/linux/arch/m68k/fpsp040/
H A Dscale.S97 src_pos: label
/linux/fs/smb/server/
H A Dvfs.c1963 loff_t src_pos, dst_pos; in ksmbd_vfs_copy_file_range_buffered() local
1966 src_pos = src_off + len - copied - chunk_size; in ksmbd_vfs_copy_file_range_buffered()
1969 src_pos = src_off + copied; in ksmbd_vfs_copy_file_range_buffered()
1974 loff_t pos = src_pos + done; in ksmbd_vfs_copy_file_range_buffered()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_dev.h483 struct qxl_point src_pos; member
/linux/fs/nfs/
H A Dnfs42xdr.c341 encode_uint64(xdr, args->src_pos); in encode_copy()
/linux/include/linux/
H A Dfs.h2090 extern loff_t vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos,