ovbuf             661 drivers/media/pci/saa7134/saa7134-video.c 	if (!try && (dev->ovbuf.base == NULL || dev->ovfmt == NULL))
ovbuf             726 drivers/media/pci/saa7134/saa7134-video.c 	base  = (unsigned long)dev->ovbuf.base;
ovbuf             727 drivers/media/pci/saa7134/saa7134-video.c 	base += dev->ovbuf.fmt.bytesperline * dev->win.w.top;
ovbuf             729 drivers/media/pci/saa7134/saa7134-video.c 	bpl   = dev->ovbuf.fmt.bytesperline;
ovbuf            1795 drivers/media/pci/saa7134/saa7134-video.c 	*fb = dev->ovbuf;
ovbuf            1817 drivers/media/pci/saa7134/saa7134-video.c 	dev->ovbuf = *fb;
ovbuf            1819 drivers/media/pci/saa7134/saa7134-video.c 	if (0 == dev->ovbuf.fmt.bytesperline)
ovbuf            1820 drivers/media/pci/saa7134/saa7134-video.c 		dev->ovbuf.fmt.bytesperline =
ovbuf            1821 drivers/media/pci/saa7134/saa7134-video.c 			dev->ovbuf.fmt.width*fmt->depth/8;
ovbuf            2100 drivers/media/pci/saa7134/saa7134-video.c 	dev->ovbuf.fmt.width = dev->width;
ovbuf            2101 drivers/media/pci/saa7134/saa7134-video.c 	dev->ovbuf.fmt.height = dev->height;
ovbuf            2102 drivers/media/pci/saa7134/saa7134-video.c 	dev->ovbuf.fmt.pixelformat = dev->fmt->fourcc;
ovbuf            2103 drivers/media/pci/saa7134/saa7134-video.c 	dev->ovbuf.fmt.colorspace = V4L2_COLORSPACE_SMPTE170M;
ovbuf             592 drivers/media/pci/saa7134/saa7134.h 	struct v4l2_framebuffer    ovbuf;
ovbuf             139 drivers/media/platform/fsl-viu.c 	struct v4l2_framebuffer	ovbuf;
ovbuf             664 drivers/media/platform/fsl-viu.c 	if (dev->ovbuf.base == NULL)
ovbuf             743 drivers/media/platform/fsl-viu.c 	reg_val.field_base_addr = (u32)(long)dev->ovbuf.base;
ovbuf             802 drivers/media/platform/fsl-viu.c 	*fb = dev->ovbuf;
ovbuf             823 drivers/media/platform/fsl-viu.c 	dev->ovbuf = *fb;
ovbuf             825 drivers/media/platform/fsl-viu.c 	if (dev->ovbuf.fmt.bytesperline == 0) {
ovbuf             826 drivers/media/platform/fsl-viu.c 		dev->ovbuf.fmt.bytesperline =
ovbuf             827 drivers/media/platform/fsl-viu.c 			dev->ovbuf.fmt.width * fmt->depth / 8;