/linux-5.19.10/drivers/media/v4l2-core/ |
D | v4l2-common.c | 238 …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 …]
|
/linux-5.19.10/drivers/hwmon/ |
D | gsc-hwmon.c | 190 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() 305 ch->vdiv, ARRAY_SIZE(ch->vdiv)); in gsc_hwmon_get_devtree_pdata()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | mcp77.c | 38 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-5.19.10/drivers/video/fbdev/core/ |
D | svgalib.c | 512 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-5.19.10/include/linux/platform_data/ |
D | gsc_hwmon.h | 27 unsigned int vdiv[2]; member
|
/linux-5.19.10/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-cap.c | 243 unsigned vdiv = dev->fmt_out->vdownsampling[p]; in vivid_copy_buffer() local 284 (dev->loop_vid_out.top / vdiv) * stride_out; in vivid_copy_buffer() 286 (dev->compose_cap.top / vdiv) * stride_cap; in vivid_copy_buffer() 293 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer() 314 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer() 394 if (vid_out_error >= dev->loop_vid_cap.height / vdiv) { in vivid_copy_buffer() 395 vid_out_error -= dev->loop_vid_cap.height / vdiv; in vivid_copy_buffer() 402 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()
|
/linux-5.19.10/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-resizer.c | 22 u32 vdiv; member 29 .vdiv = 1, 34 .vdiv = 2, 427 sink_c.height = sink_y.height / sink_yuv_info->vdiv; in rkisp1_rsz_config() 436 src_c.height = src_y.height / src_yuv_info->vdiv; in rkisp1_rsz_config()
|
D | rkisp1-capture.c | 1113 DIV_ROUND_UP(pixm->height, info->vdiv); in rkisp1_fill_pixfmt()
|
/linux-5.19.10/include/linux/ |
D | svga.h | 120 …egs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int n…
|
/linux-5.19.10/include/media/ |
D | v4l2-common.h | 494 u8 vdiv; member
|
/linux-5.19.10/drivers/media/platform/nvidia/tegra-vde/ |
D | v4l2.c | 449 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-5.19.10/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 1875 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] + \
|
/linux-5.19.10/drivers/media/usb/uvc/ |
D | uvc_driver.c | 570 unsigned int div = info->hdiv * info->vdiv; in uvc_parse_format()
|