Home
last modified time | relevance | path

Searched refs:src_pos (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c180 struct drm_exynos_ipp_task_rect *src_pos, in scaler_set_src_luma_chroma_pos()
185 val = SCALER_SRC_Y_POS_SET_YH_POS(src_pos->x << 2); in scaler_set_src_luma_chroma_pos()
186 val |= SCALER_SRC_Y_POS_SET_YV_POS(src_pos->y << 2); in scaler_set_src_luma_chroma_pos()
189 (src_pos->x * fmt->chroma_tile_w / 16) << 2); in scaler_set_src_luma_chroma_pos()
191 (src_pos->y * fmt->chroma_tile_h / 16) << 2); in scaler_set_src_luma_chroma_pos()
196 struct drm_exynos_ipp_task_rect *src_pos) in scaler_set_src_wh()
200 val = SCALER_SRC_WH_SET_WIDTH(src_pos->w); in scaler_set_src_wh()
201 val |= SCALER_SRC_WH_SET_HEIGHT(src_pos->h); in scaler_set_src_wh()
264 struct drm_exynos_ipp_task_rect *src_pos, in scaler_set_hv_ratio()
270 h_ratio = (src_pos in scaler_set_hv_ratio()
179 scaler_set_src_luma_chroma_pos(struct scaler_context *scaler, struct drm_exynos_ipp_task_rect *src_pos, const struct scaler_format *fmt) scaler_set_src_luma_chroma_pos() argument
195 scaler_set_src_wh(struct scaler_context *scaler, struct drm_exynos_ipp_task_rect *src_pos) scaler_set_src_wh() argument
262 scaler_set_hv_ratio(struct scaler_context *scaler, unsigned int rotation, struct drm_exynos_ipp_task_rect *src_pos, struct drm_exynos_ipp_task_rect *dst_pos) scaler_set_hv_ratio() argument
362 struct drm_exynos_ipp_task_rect *src_pos = &task->src.rect; scaler_commit() local
[all...]
/kernel/linux/linux-6.6/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()
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()
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()
271 h_ratio = (src_pos in scaler_set_hv_ratio()
180 scaler_set_src_luma_chroma_pos(struct scaler_context *scaler, struct drm_exynos_ipp_task_rect *src_pos, const struct scaler_format *fmt) scaler_set_src_luma_chroma_pos() argument
196 scaler_set_src_wh(struct scaler_context *scaler, struct drm_exynos_ipp_task_rect *src_pos) scaler_set_src_wh() argument
263 scaler_set_hv_ratio(struct scaler_context *scaler, unsigned int rotation, struct drm_exynos_ipp_task_rect *src_pos, struct drm_exynos_ipp_task_rect *dst_pos) scaler_set_hv_ratio() argument
363 struct drm_exynos_ipp_task_rect *src_pos = &task->src.rect; scaler_commit() local
[all...]
/kernel/linux/linux-5.10/sound/mips/
H A Dsgio2audio.c348 unsigned long src_base, src_pos, dst_mask; in snd_sgio2audio_dma_pull_frag() local
360 src_pos = readq(&mace->perif.audio.chan[ch].read_ptr); in snd_sgio2audio_dma_pull_frag()
371 src = (u64 *)(src_base + src_pos); in snd_sgio2audio_dma_pull_frag()
378 src_pos = (src_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_pull_frag()
383 writeq(src_pos, &mace->perif.audio.chan[ch].read_ptr); /* in bytes */ in snd_sgio2audio_dma_pull_frag()
399 int src_pos; in snd_sgio2audio_dma_push_frag() local
410 src_pos = chip->channel[ch].pos; in snd_sgio2audio_dma_push_frag()
419 src = (s16 *)(src_base + src_pos); in snd_sgio2audio_dma_push_frag()
429 src_pos in snd_sgio2audio_dma_push_frag()
[all...]
/kernel/linux/linux-6.6/sound/mips/
H A Dsgio2audio.c347 unsigned long src_base, src_pos, dst_mask; in snd_sgio2audio_dma_pull_frag() local
359 src_pos = readq(&mace->perif.audio.chan[ch].read_ptr); in snd_sgio2audio_dma_pull_frag()
370 src = (u64 *)(src_base + src_pos); in snd_sgio2audio_dma_pull_frag()
377 src_pos = (src_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_pull_frag()
382 writeq(src_pos, &mace->perif.audio.chan[ch].read_ptr); /* in bytes */ in snd_sgio2audio_dma_pull_frag()
398 int src_pos; in snd_sgio2audio_dma_push_frag() local
409 src_pos = chip->channel[ch].pos; in snd_sgio2audio_dma_push_frag()
418 src = (s16 *)(src_base + src_pos); in snd_sgio2audio_dma_push_frag()
428 src_pos in snd_sgio2audio_dma_push_frag()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/base/circbuf/src/
H A Dcircbuf.c129 u32 src_pos; in ia_css_circbuf_extract() local
163 src_pos = ia_css_circbuf_get_pos_at_offset(cb, pos, -1); in ia_css_circbuf_extract()
165 ia_css_circbuf_shift_chunk(cb, src_pos, dest_pos); in ia_css_circbuf_extract()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/base/circbuf/src/
H A Dcircbuf.c129 u32 src_pos; in ia_css_circbuf_extract() local
163 src_pos = ia_css_circbuf_get_pos_at_offset(cb, pos, -1); in ia_css_circbuf_extract()
165 ia_css_circbuf_shift_chunk(cb, src_pos, dest_pos); in ia_css_circbuf_extract()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/base/circbuf/interface/
H A Dia_css_circbuf_desc.h113 * @param src_pos The source position.
120 u32 src_pos, in ia_css_circbuf_desc_get_offset()
127 offset = (int)(dest_pos - src_pos); in ia_css_circbuf_desc_get_offset()
118 ia_css_circbuf_desc_get_offset( ia_css_circbuf_desc_t *cb_desc, u32 src_pos, uint32_t dest_pos) ia_css_circbuf_desc_get_offset() argument
H A Dia_css_circbuf.h174 * @param src_pos The source position.
181 u32 src_pos, in ia_css_circbuf_get_offset()
189 offset = (int)(dest_pos - src_pos); in ia_css_circbuf_get_offset()
179 ia_css_circbuf_get_offset( ia_css_circbuf_t *cb, u32 src_pos, uint32_t dest_pos) ia_css_circbuf_get_offset() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/base/circbuf/interface/
H A Dia_css_circbuf_desc.h113 * @param src_pos The source position.
120 u32 src_pos, in ia_css_circbuf_desc_get_offset()
127 offset = (int)(dest_pos - src_pos); in ia_css_circbuf_desc_get_offset()
118 ia_css_circbuf_desc_get_offset( ia_css_circbuf_desc_t *cb_desc, u32 src_pos, uint32_t dest_pos) ia_css_circbuf_desc_get_offset() argument
H A Dia_css_circbuf.h174 * @param src_pos The source position.
181 u32 src_pos, in ia_css_circbuf_get_offset()
189 offset = (int)(dest_pos - src_pos); in ia_css_circbuf_get_offset()
179 ia_css_circbuf_get_offset( ia_css_circbuf_t *cb, u32 src_pos, uint32_t dest_pos) ia_css_circbuf_get_offset() argument
/kernel/linux/linux-6.6/lib/
H A Dmemcpy_kunit.c402 int src_pos, src_orig_pos, src_size; in inner_loop() local
424 src_pos = s_off; in inner_loop()
434 src_pos = d_off + bytes; in inner_loop()
435 src_orig_pos = src_pos - s_off; in inner_loop()
436 src_size = right_zero_pos - src_pos; in inner_loop()
441 memcmp(&large_dst[src_pos], &large_src[src_orig_pos], src_size), 0, in inner_loop()
/kernel/linux/linux-6.6/fs/
H A Dremap_range.c439 loff_t vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos, in vfs_dedupe_file_range_one() argument
456 ret = remap_verify_area(src_file, src_pos, len, false); in vfs_dedupe_file_range_one()
485 ret = dst_file->f_op->remap_file_range(src_file, src_pos, dst_file, in vfs_dedupe_file_range_one()
/kernel/linux/linux-5.10/fs/
H A Dremap_range.c447 loff_t vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos, in vfs_dedupe_file_range_one() argument
485 ret = dst_file->f_op->remap_file_range(src_file, src_pos, dst_file, in vfs_dedupe_file_range_one()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.h60 __be32 nfsd4_clone_file_range(struct nfsd_file *nf_src, u64 src_pos,
H A Dvfs.c533 __be32 nfsd4_clone_file_range(struct nfsd_file *nf_src, u64 src_pos, in nfsd4_clone_file_range() argument
543 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
570 ssize_t nfsd_copy_file_range(struct file *src, u64 src_pos, struct file *dst, in nfsd_copy_file_range() argument
584 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
587 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.h78 struct nfsd_file *nf_src, u64 src_pos,
H A Dvfs.c612 struct nfsd_file *nf_src, u64 src_pos, in nfsd4_clone_file_range()
623 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
646 src_pos, in nfsd4_clone_file_range()
659 ssize_t nfsd_copy_file_range(struct file *src, u64 src_pos, struct file *dst, in nfsd_copy_file_range() argument
673 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
676 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
611 nfsd4_clone_file_range(struct svc_rqst *rqstp, struct nfsd_file *nf_src, u64 src_pos, struct nfsd_file *nf_dst, u64 dst_pos, u64 count, bool sync) nfsd4_clone_file_range() argument
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dscale.S97 src_pos: label
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dscale.S97 src_pos: label
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_dev.h483 struct qxl_point src_pos; member
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_dev.h483 struct qxl_point src_pos; member
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dstash.c128 loff_t src_pos; member
1369 rd_pos = ctx->src_pos; in hmdfs_rd_src_wr_dst()
1432 ctx.src_pos = data_pos; in hmdfs_copy_src_to_dst()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dstash.c128 loff_t src_pos; member
1354 rd_pos = ctx->src_pos; in hmdfs_rd_src_wr_dst()
1417 ctx.src_pos = data_pos; in hmdfs_copy_src_to_dst()

Completed in 37 milliseconds

12