Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-cpmem.c436 unsigned int u_offset, unsigned int v_offset) in ipu_cpmem_set_yuv_planar_full() argument
440 ipu_ch_param_write_field(ch, IPU_FIELD_VBO, v_offset / 8); in ipu_cpmem_set_yuv_planar_full()
727 int offset, u_offset, v_offset; in ipu_cpmem_set_image() local
744 v_offset = V_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
748 u_offset, v_offset); in ipu_cpmem_set_image()
754 v_offset = V_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
758 v_offset, u_offset); in ipu_cpmem_set_image()
764 v_offset = V2_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
768 u_offset, v_offset); in ipu_cpmem_set_image()
774 v_offset = 0; in ipu_cpmem_set_image()
[all …]
/Linux-v4.19/drivers/media/pci/saa7146/
Dhexium_gemini.c142 .v_offset = 28, .v_field = 288,
147 .v_offset = 28, .v_field = 240,
152 .v_offset = 28, .v_field = 288,
Dhexium_orion.c192 .v_offset = 16, .v_field = 288,
197 .v_offset = 16, .v_field = 240,
202 .v_offset = 16, .v_field = 288,
Dmxb.c797 .v_offset = 0x17, .v_field = 288,
802 .v_offset = 0x17, .v_field = 288,
807 .v_offset = 0x16, .v_field = 240,
812 .v_offset = 0x14, .v_field = 288,
/Linux-v4.19/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-v4.19/drivers/media/pci/ttpci/
Dav7110_v4l.c876 .v_offset = 0x15, .v_field = 288,
881 .v_offset = 0x10, .v_field = 244,
890 .v_offset = 0x1b, .v_field = 288,
895 .v_offset = 0x10, .v_field = 244,
904 .v_offset = 0x14, .v_field = 288,
909 .v_offset = 0x10, .v_field = 244,
Dbudget-av.c1525 .v_offset = 0x17,.v_field = 288,
1530 .v_offset = 0x16,.v_field = 240,
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c431 int v_offset, h_offset; in radeon_legacy_tv_init_restarts() local
494 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
496 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
498 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
/Linux-v4.19/include/media/drv-intf/
Dsaa7146_vv.h48 int v_offset; /* number of lines of vertical offset before processing */ member
/Linux-v4.19/fs/hugetlbfs/
Dinode.c351 unsigned long v_offset; in hugetlb_vmdelete_list() local
361 v_offset = (start - vma->vm_pgoff) << PAGE_SHIFT; in hugetlb_vmdelete_list()
363 v_offset = 0; in hugetlb_vmdelete_list()
374 unmap_hugepage_range(vma, vma->vm_start + v_offset, v_end, in hugetlb_vmdelete_list()
/Linux-v4.19/include/video/
Dimx-ipu-v3.h272 unsigned int v_offset);
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddc.c337 unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp; in tegra_dc_setup_window() local
362 v_offset = window->src.y; in tegra_dc_setup_window()
403 v_offset += window->src.h - 1; in tegra_dc_setup_window()
406 tegra_plane_writel(plane, v_offset, DC_WINBUF_ADDR_V_OFFSET); in tegra_dc_setup_window()
/Linux-v4.19/drivers/media/common/saa7146/
Dsaa7146_hlp.c25 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()