Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-common.c238 …es = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
239 …es = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
240 …es = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
241 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
242 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
243 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
244 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
245 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
246 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
247 …es = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .bpp_div = { 1, 1, 1, 1 }, .hdiv = 1, .vdiv = 1 }, in v4l2_format_info()
[all …]
/linux-6.6.21/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()
307 ch->vdiv, ARRAY_SIZE(ch->vdiv)); in gsc_hwmon_get_devtree_pdata()
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dmcp77.c38 u32 vdiv; member
263 clk->vdiv = divs << 16; in mcp77_clk_calc()
266 clk->vdiv = P1 << 16; in mcp77_clk_calc()
274 nvkm_debug(subdev, " vdiv: %08x\n", clk->vdiv); in mcp77_clk_calc()
365 nvkm_wr32(device, 0x4600, clk->vdiv); in mcp77_clk_prog()
/linux-6.6.21/drivers/video/fbdev/core/
Dsvgalib.c507 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) in svga_set_timings() argument
543 value = (value * vmul) / vdiv; in svga_set_timings()
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()
/linux-6.6.21/include/linux/platform_data/
Dgsc_hwmon.h27 unsigned int vdiv[2]; member
/linux-6.6.21/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c222 unsigned vdiv = dev->fmt_out->vdownsampling[p]; in vivid_copy_buffer() local
263 (dev->loop_vid_out.top / vdiv) * stride_out; in vivid_copy_buffer()
265 (dev->compose_cap.top / vdiv) * stride_cap; in vivid_copy_buffer()
272 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
293 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
373 if (vid_out_error >= dev->loop_vid_cap.height / vdiv) { in vivid_copy_buffer()
374 vid_out_error -= dev->loop_vid_cap.height / vdiv; in vivid_copy_buffer()
381 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()
/linux-6.6.21/drivers/media/platform/rockchip/rkisp1/
Drkisp1-resizer.c22 u32 vdiv; member
29 .vdiv = 1,
34 .vdiv = 2,
330 sink_c.height = sink_y.height / sink_yuv_info->vdiv; in rkisp1_rsz_config()
339 src_c.height = src_y.height / src_yuv_info->vdiv; in rkisp1_rsz_config()
Drkisp1-capture.c1120 DIV_ROUND_UP(pixm->height, info->vdiv); in rkisp1_fill_pixfmt()
/linux-6.6.21/drivers/staging/media/sunxi/sun6i-isp/
Dsun6i_isp_capture.c101 DIV_ROUND_UP(height, info->vdiv); in sun6i_isp_capture_buffer_configure()
409 unsigned int vdiv = (i == 0) ? 1 : info->vdiv; in sun6i_isp_capture_format_prepare() local
413 DIV_ROUND_UP(height, vdiv); in sun6i_isp_capture_format_prepare()
/linux-6.6.21/include/linux/
Dsvga.h120 …egs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int n…
/linux-6.6.21/include/media/
Dv4l2-common.h497 u8 vdiv; member
/linux-6.6.21/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi_capture.c366 DIV_ROUND_UP(height, info->vdiv); in sun6i_csi_capture_buffer_configure()
945 format_info->vdiv == 1) in sun6i_csi_capture_link_validate()
/linux-6.6.21/drivers/media/platform/nvidia/tegra-vde/
Dv4l2.c449 unsigned int vdiv = (i == 0) ? 1 : 2; in tegra_fill_pixfmt_mp() local
460 plane->sizeimage = plane->bytesperline * height / vdiv; in tegra_fill_pixfmt_mp()
/linux-6.6.21/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1881 unsigned vdiv = tpg->vdownsampling[p]; \
1889 for (line = first; line < 16; line += vdiv * step) { \
1891 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \
1892 ((y * step + l) / (vdiv * div)) * tpg->bytesperline[p] + \
/linux-6.6.21/drivers/media/usb/uvc/
Duvc_driver.c287 unsigned int div = info->hdiv * info->vdiv; in uvc_parse_format()