Home
last modified time | relevance | path

Searched refs:src_pos (Results 1 – 11 of 11) 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/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.c663 struct nfsd_file *nf_src, u64 src_pos, in nfsd4_clone_file_range() argument
674 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
697 src_pos, in nfsd4_clone_file_range()
709 ssize_t nfsd_copy_file_range(struct file *src, u64 src_pos, struct file *dst, in nfsd_copy_file_range() argument
723 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
726 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
H A Dnfs4proc.c1793 u64 src_pos = copy->cp_src_pos; in _nfsd_copy_file_range() local
1805 bytes_copied = nfsd_copy_file_range(src, src_pos, dst, dst_pos, in _nfsd_copy_file_range()
1811 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/drivers/gpu/drm/qxl/
H A Dqxl_dev.h483 struct qxl_point src_pos; member
/linux/fs/nfs/
H A Dnfs42proc.c417 loff_t pos_src = args->src_pos; in _nfs42_proc_copy()
513 .src_pos = pos_src, in nfs42_proc_copy()
H A Dnfs42xdr.c339 encode_uint64(xdr, args->src_pos); in encode_copy()
H A Dnfs4trace.h2594 __entry->src_offset = args->src_pos;
/linux/include/linux/
H A Dnfs_xdr.h1495 u64 src_pos; member