Home
last modified time | relevance | path

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

/drivers/media/v4l2-core/
Dv4l2-common.c238 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
239 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
240 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
241 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
242 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
243 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
244 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
245 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
246 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
247 …L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
[all …]
/drivers/hwmon/
Dgsc-hwmon.c190 if (ch->vdiv[0] && ch->vdiv[1]) { in gsc_hwmon_read()
191 tmp *= (ch->vdiv[0] + ch->vdiv[1]); in gsc_hwmon_read()
192 tmp /= ch->vdiv[1]; in gsc_hwmon_read()
306 ch->vdiv, ARRAY_SIZE(ch->vdiv)); in gsc_hwmon_get_devtree_pdata()
/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()
/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()
/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c242 unsigned vdiv = dev->fmt_out->vdownsampling[p]; in vivid_copy_buffer() local
283 (dev->loop_vid_out.top / vdiv) * stride_out; in vivid_copy_buffer()
285 (dev->compose_cap.top / vdiv) * stride_cap; in vivid_copy_buffer()
292 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
313 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
393 if (vid_out_error >= dev->loop_vid_cap.height / vdiv) { in vivid_copy_buffer()
394 vid_out_error -= dev->loop_vid_cap.height / vdiv; in vivid_copy_buffer()
401 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()
/drivers/staging/media/rkisp1/
Drkisp1-resizer.c22 u32 vdiv; member
29 .vdiv = 1,
34 .vdiv = 2,
421 sink_c.height = sink_y.height / sink_yuv_info->vdiv; in rkisp1_rsz_config()
430 src_c.height = src_y.height / src_yuv_info->vdiv; in rkisp1_rsz_config()
Drkisp1-capture.c1081 DIV_ROUND_UP(pixm->height, info->vdiv); in rkisp1_fill_pixfmt()
/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] + \
/drivers/media/usb/uvc/
Duvc_driver.c286 unsigned int div = info->hdiv * info->vdiv; in uvc_parse_format()