vdiv               38 drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c 	u32 vdiv;
vdiv              266 drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c 		clk->vdiv = divs << 16;
vdiv              269 drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c 		clk->vdiv = P1 << 16;
vdiv              277 drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c 	nvkm_debug(subdev, " vdiv: %08x\n", clk->vdiv);
vdiv              368 drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c 		nvkm_wr32(device, 0x4600, clk->vdiv);
vdiv             1875 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 	unsigned vdiv = tpg->vdownsampling[p]; \
vdiv             1883 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 	for (line = first; line < 16; line += vdiv * step) {	\
vdiv             1885 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 		PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \
vdiv             1886 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			       ((y * step + l) / (vdiv * div)) * tpg->bytesperline[p] + \
vdiv              241 drivers/media/platform/vivid/vivid-kthread-cap.c 	unsigned vdiv = dev->fmt_out->vdownsampling[p];
vdiv              282 drivers/media/platform/vivid/vivid-kthread-cap.c 		(dev->loop_vid_out.top / vdiv) * stride_out;
vdiv              284 drivers/media/platform/vivid/vivid-kthread-cap.c 		(dev->compose_cap.top / vdiv) * stride_cap;
vdiv              291 drivers/media/platform/vivid/vivid-kthread-cap.c 		for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap)
vdiv              312 drivers/media/platform/vivid/vivid-kthread-cap.c 	for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) {
vdiv              392 drivers/media/platform/vivid/vivid-kthread-cap.c 		if (vid_out_error >= dev->loop_vid_cap.height / vdiv) {
vdiv              393 drivers/media/platform/vivid/vivid-kthread-cap.c 			vid_out_error -= dev->loop_vid_cap.height / vdiv;
vdiv              400 drivers/media/platform/vivid/vivid-kthread-cap.c 	for (; y < img_height; y += vdiv, vcapbuf += stride_cap)
vdiv              506 drivers/media/usb/uvc/uvc_driver.c 				unsigned int div = info->hdiv * info->vdiv;
vdiv              239 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_BGR24,   .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              240 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_RGB24,   .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              241 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_HSV24,   .mem_planes = 1, .comp_planes = 1, .bpp = { 3, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              242 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_BGR32,   .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              243 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_XBGR32,  .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              244 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_BGRX32,  .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              245 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_RGB32,   .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              246 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_XRGB32,  .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              247 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_RGBX32,  .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              248 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_HSV32,   .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              249 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_ARGB32,  .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              250 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_RGBA32,  .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              251 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_ABGR32,  .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              252 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_BGRA32,  .mem_planes = 1, .comp_planes = 1, .bpp = { 4, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              253 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_GREY,    .mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              256 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YUYV,    .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              257 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YVYU,    .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              258 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_UYVY,    .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              259 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_VYUY,    .mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              262 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV12,    .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 2 },
vdiv              263 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV21,    .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 2 },
vdiv              264 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV16,    .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              265 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV61,    .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              266 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV24,    .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              267 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV42,    .mem_planes = 1, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              269 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YUV410,  .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 4, .vdiv = 4 },
vdiv              270 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YVU410,  .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 4, .vdiv = 4 },
vdiv              271 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YUV411P, .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 4, .vdiv = 1 },
vdiv              272 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YUV420,  .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 2 },
vdiv              273 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YVU420,  .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 2 },
vdiv              274 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YUV422P, .mem_planes = 1, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              277 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YUV420M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 2 },
vdiv              278 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YVU420M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 2 },
vdiv              279 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YUV422M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              280 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YVU422M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              281 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YUV444M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              282 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_YVU444M, .mem_planes = 3, .comp_planes = 3, .bpp = { 1, 1, 1, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              284 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV12M,   .mem_planes = 2, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 2 },
vdiv              285 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV21M,   .mem_planes = 2, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 2 },
vdiv              286 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV16M,   .mem_planes = 2, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              287 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_NV61M,   .mem_planes = 2, .comp_planes = 2, .bpp = { 1, 2, 0, 0 }, .hdiv = 2, .vdiv = 1 },
vdiv              290 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SBGGR8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              291 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGBRG8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              292 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGRBG8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              293 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SRGGB8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              294 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SBGGR10,	.mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              295 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGBRG10,	.mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              296 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGRBG10,	.mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              297 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SRGGB10,	.mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              298 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SBGGR10ALAW8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              299 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGBRG10ALAW8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              300 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGRBG10ALAW8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              301 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SRGGB10ALAW8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              302 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SBGGR10DPCM8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              303 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGBRG10DPCM8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              304 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGRBG10DPCM8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              305 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SRGGB10DPCM8,	.mem_planes = 1, .comp_planes = 1, .bpp = { 1, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              306 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SBGGR12,	.mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              307 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGBRG12,	.mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              308 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SGRBG12,	.mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              309 drivers/media/v4l2-core/v4l2-common.c 		{ .format = V4L2_PIX_FMT_SRGGB12,	.mem_planes = 1, .comp_planes = 1, .bpp = { 2, 0, 0, 0 }, .hdiv = 1, .vdiv = 1 },
vdiv              374 drivers/media/v4l2-core/v4l2-common.c 			unsigned int vdiv = (i == 0) ? 1 : info->vdiv;
vdiv              383 drivers/media/v4l2-core/v4l2-common.c 				DIV_ROUND_UP(aligned_height, vdiv);
vdiv              388 drivers/media/v4l2-core/v4l2-common.c 			unsigned int vdiv = (i == 0) ? 1 : info->vdiv;
vdiv              399 drivers/media/v4l2-core/v4l2-common.c 				plane->bytesperline * DIV_ROUND_UP(aligned_height, vdiv);
vdiv              428 drivers/media/v4l2-core/v4l2-common.c 		unsigned int vdiv = (i == 0) ? 1 : info->vdiv;
vdiv              437 drivers/media/v4l2-core/v4l2-common.c 			DIV_ROUND_UP(aligned_height, vdiv);
vdiv              512 drivers/video/fbdev/core/svgalib.c 		      u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node)
vdiv              548 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vdiv              553 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vdiv              558 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vdiv              563 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vdiv              568 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vdiv              573 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vdiv              120 include/linux/svga.h void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node);
vdiv              476 include/media/v4l2-common.h 	u8 vdiv;