Home
last modified time | relevance | path

Searched refs:vdiv (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-common.c239 …_PIX_FMT_BGR24, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
240 …_PIX_FMT_RGB24, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
241 …_PIX_FMT_HSV24, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
242 …_PIX_FMT_BGR32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
243 …_PIX_FMT_XBGR32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
244 …_PIX_FMT_BGRX32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
245 …_PIX_FMT_RGB32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
246 …_PIX_FMT_XRGB32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
247 …_PIX_FMT_RGBX32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
248 …_PIX_FMT_HSV32, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
[all …]
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dmcp77.c38 u32 vdiv; member
266 clk->vdiv = divs << 16; in mcp77_clk_calc()
269 clk->vdiv = P1 << 16; in mcp77_clk_calc()
277 nvkm_debug(subdev, " vdiv: %08x\n", clk->vdiv); in mcp77_clk_calc()
368 nvkm_wr32(device, 0x4600, clk->vdiv); in mcp77_clk_prog()
/Linux-v5.4/drivers/video/fbdev/core/
Dsvgalib.c512 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) in svga_set_timings() argument
548 value = (value * vmul) / vdiv; in svga_set_timings()
553 value = (value * vmul) / vdiv; in svga_set_timings()
558 value = (value * vmul) / vdiv; in svga_set_timings()
563 value = (value * vmul) / vdiv; in svga_set_timings()
568 value = (value * vmul) / vdiv; in svga_set_timings()
573 value = (value * vmul) / vdiv; in svga_set_timings()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-kthread-cap.c241 unsigned vdiv = dev->fmt_out->vdownsampling[p]; in vivid_copy_buffer() local
282 (dev->loop_vid_out.top / vdiv) * stride_out; in vivid_copy_buffer()
284 (dev->compose_cap.top / vdiv) * stride_cap; in vivid_copy_buffer()
291 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
312 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
392 if (vid_out_error >= dev->loop_vid_cap.height / vdiv) { in vivid_copy_buffer()
393 vid_out_error -= dev->loop_vid_cap.height / vdiv; in vivid_copy_buffer()
400 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()
/Linux-v5.4/include/linux/
Dsvga.h120 …egs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int n…
/Linux-v5.4/include/media/
Dv4l2-common.h476 u8 vdiv; member
/Linux-v5.4/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1875 unsigned vdiv = tpg->vdownsampling[p]; \
1883 for (line = first; line < 16; line += vdiv * step) { \
1885 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \
1886 ((y * step + l) / (vdiv * div)) * tpg->bytesperline[p] + \