Home
last modified time | relevance | path

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

/linux/drivers/gpu/ipu-v3/
A Dipu-cpmem.c767 int offset, u_offset, v_offset; in ipu_cpmem_set_image() local
785 v_offset = image->v_offset ? in ipu_cpmem_set_image()
790 u_offset, v_offset); in ipu_cpmem_set_image()
797 v_offset = image->v_offset ? in ipu_cpmem_set_image()
802 u_offset, v_offset); in ipu_cpmem_set_image()
809 v_offset = image->v_offset ? in ipu_cpmem_set_image()
814 u_offset, v_offset); in ipu_cpmem_set_image()
821 v_offset = image->v_offset ? image->v_offset : 0; in ipu_cpmem_set_image()
824 u_offset, v_offset); in ipu_cpmem_set_image()
831 v_offset = image->v_offset ? image->v_offset : 0; in ipu_cpmem_set_image()
[all …]
A Dipu-image-convert.c1344 tile_image.v_offset = image->tile[tile_idx[0]].v_off; in init_idmac_channel()
/linux/drivers/media/pci/saa7146/
A Dhexium_gemini.c130 .v_offset = 28, .v_field = 288,
135 .v_offset = 28, .v_field = 240,
140 .v_offset = 28, .v_field = 288,
A Dhexium_orion.c180 .v_offset = 16, .v_field = 288,
185 .v_offset = 16, .v_field = 240,
190 .v_offset = 16, .v_field = 288,
A Dmxb.c786 .v_offset = 0x17, .v_field = 288,
791 .v_offset = 0x17, .v_field = 288,
796 .v_offset = 0x16, .v_field = 240,
801 .v_offset = 0x14, .v_field = 288,
/linux/drivers/dma/ipu/
A Dipu_idmac.c274 u32 u_offset, u32 v_offset) in ipu_ch_param_set_plane_offset() argument
278 params->pp.vbo_l = v_offset & 0x1ffff; in ipu_ch_param_set_plane_offset()
279 params->pp.vbo_h = v_offset >> 17; in ipu_ch_param_set_plane_offset()
287 u32 v_offset; in ipu_ch_param_set_size() local
392 v_offset = u_offset + u_offset / 4; in ipu_ch_param_set_size()
393 ipu_ch_param_set_plane_offset(params, u_offset, v_offset); in ipu_ch_param_set_size()
400 v_offset = stride * height; in ipu_ch_param_set_size()
401 u_offset = v_offset + v_offset / 2; in ipu_ch_param_set_size()
402 ipu_ch_param_set_plane_offset(params, u_offset, v_offset); in ipu_ch_param_set_size()
410 v_offset = u_offset + u_offset / 2; in ipu_ch_param_set_size()
[all …]
/linux/drivers/staging/media/av7110/
A Dav7110_v4l.c865 .v_offset = 0x15, .v_field = 288,
870 .v_offset = 0x10, .v_field = 244,
879 .v_offset = 0x1b, .v_field = 288,
884 .v_offset = 0x10, .v_field = 244,
893 .v_offset = 0x14, .v_field = 288,
898 .v_offset = 0x10, .v_field = 244,
/linux/drivers/gpu/drm/radeon/
A Dradeon_legacy_tv.c430 int v_offset, h_offset; in radeon_legacy_tv_init_restarts() local
486 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
488 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
490 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
/linux/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-resizer.c91 u32 v_offset; member
133 .v_offset = RKISP1_CIF_DUAL_CROP_M_V_OFFS,
175 .v_offset = RKISP1_CIF_DUAL_CROP_S_V_OFFS,
251 rkisp1_write(rkisp1, sink_crop->top, rsz->config->dual_crop.v_offset); in rkisp1_dcrop_config()
/linux/include/video/
A Dimx-ipu-v3.h252 u32 v_offset; member
277 unsigned int v_offset);
/linux/include/media/drv-intf/
A Dsaa7146_vv.h47 int v_offset; /* number of lines of vertical offset before processing */ member
/linux/fs/hugetlbfs/
A Dinode.c416 unsigned long v_offset; in hugetlb_vmdelete_list() local
426 v_offset = (start - vma->vm_pgoff) << PAGE_SHIFT; in hugetlb_vmdelete_list()
428 v_offset = 0; in hugetlb_vmdelete_list()
439 unmap_hugepage_range(vma, vma->vm_start + v_offset, v_end, in hugetlb_vmdelete_list()
/linux/drivers/media/pci/ttpci/
A Dbudget-av.c1511 .v_offset = 0x17,.v_field = 288,
1516 .v_offset = 0x16,.v_field = 240,
/linux/drivers/gpu/drm/tegra/
A Ddc.c343 unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp; in tegra_dc_setup_window() local
368 v_offset = window->src.y; in tegra_dc_setup_window()
376 v_offset += window->src.h - 1; in tegra_dc_setup_window()
415 tegra_plane_writel(plane, v_offset, DC_WINBUF_ADDR_V_OFFSET); in tegra_dc_setup_window()
/linux/drivers/media/common/saa7146/
A Dsaa7146_hlp.c26 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()

Completed in 63 milliseconds