Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/ipu-v3/
Dipu-cpmem.c399 int u_offset, int v_offset) in ipu_cpmem_set_yuv_planar_full() argument
406 ipu_ch_param_write_field(ch, IPU_FIELD_VBO, v_offset / 8); in ipu_cpmem_set_yuv_planar_full()
410 ipu_ch_param_write_field(ch, IPU_FIELD_UBO, v_offset / 8); in ipu_cpmem_set_yuv_planar_full()
426 int u_offset, v_offset; in ipu_cpmem_set_yuv_planar() local
434 v_offset = u_offset + (uv_stride * height / 2); in ipu_cpmem_set_yuv_planar()
436 u_offset, v_offset); in ipu_cpmem_set_yuv_planar()
441 v_offset = u_offset + (uv_stride * height); in ipu_cpmem_set_yuv_planar()
443 u_offset, v_offset); in ipu_cpmem_set_yuv_planar()
674 int offset, u_offset, v_offset; in ipu_cpmem_set_image() local
691 v_offset = V_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
[all …]
/linux-4.4.14/drivers/media/pci/saa7146/
Dhexium_orion.c191 .v_offset = 16, .v_field = 288,
196 .v_offset = 16, .v_field = 240,
201 .v_offset = 16, .v_field = 288,
Dhexium_gemini.c141 .v_offset = 28, .v_field = 288,
146 .v_offset = 28, .v_field = 240,
151 .v_offset = 28, .v_field = 288,
Dmxb.c796 .v_offset = 0x17, .v_field = 288,
801 .v_offset = 0x17, .v_field = 288,
806 .v_offset = 0x16, .v_field = 240,
811 .v_offset = 0x14, .v_field = 288,
/linux-4.4.14/drivers/dma/ipu/
Dipu_idmac.c277 u32 u_offset, u32 v_offset) in ipu_ch_param_set_plane_offset() argument
281 params->pp.vbo_l = v_offset & 0x1ffff; in ipu_ch_param_set_plane_offset()
282 params->pp.vbo_h = v_offset >> 17; in ipu_ch_param_set_plane_offset()
290 u32 v_offset; in ipu_ch_param_set_size() local
395 v_offset = u_offset + u_offset / 4; in ipu_ch_param_set_size()
396 ipu_ch_param_set_plane_offset(params, u_offset, v_offset); in ipu_ch_param_set_size()
403 v_offset = stride * height; in ipu_ch_param_set_size()
404 u_offset = v_offset + v_offset / 2; in ipu_ch_param_set_size()
405 ipu_ch_param_set_plane_offset(params, u_offset, v_offset); in ipu_ch_param_set_size()
413 v_offset = u_offset + u_offset / 2; in ipu_ch_param_set_size()
[all …]
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_v4l.c879 .v_offset = 0x15, .v_field = 288,
884 .v_offset = 0x10, .v_field = 244,
893 .v_offset = 0x1b, .v_field = 288,
898 .v_offset = 0x10, .v_field = 244,
907 .v_offset = 0x14, .v_field = 288,
912 .v_offset = 0x10, .v_field = 244,
Dbudget-av.c1528 .v_offset = 0x17,.v_field = 288,
1533 .v_offset = 0x16,.v_field = 240,
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c430 int v_offset, h_offset; in radeon_legacy_tv_init_restarts() local
493 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
495 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
497 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
/linux-4.4.14/include/media/
Dsaa7146_vv.h47 int v_offset; /* number of lines of vertical offset before processing */ member
/linux-4.4.14/fs/hugetlbfs/
Dinode.c465 unsigned long v_offset; in hugetlb_vmdelete_list() local
475 v_offset = (start - vma->vm_pgoff) << PAGE_SHIFT; in hugetlb_vmdelete_list()
477 v_offset = 0; in hugetlb_vmdelete_list()
488 unmap_hugepage_range(vma, vma->vm_start + v_offset, v_end, in hugetlb_vmdelete_list()
/linux-4.4.14/include/video/
Dimx-ipu-v3.h199 int u_offset, int v_offset);
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddc.c243 unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp; in tegra_dc_setup_window() local
272 v_offset = window->src.y; in tegra_dc_setup_window()
313 v_offset += window->src.h - 1; in tegra_dc_setup_window()
316 tegra_dc_writel(dc, v_offset, DC_WINBUF_ADDR_V_OFFSET); in tegra_dc_setup_window()
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_hlp.c25 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()