Searched refs:ov_fb (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_video.c522 *fb = vv->ov_fb;
559 vv->ov_fb = *fb;
562 if (vv->ov_fb.fmt.bytesperline < vv->ov_fb.fmt.width) {
563 vv->ov_fb.fmt.bytesperline = vv->ov_fb.fmt.width * fmt->depth / 8;
564 DEB_D(("setting bytesperline to %d\n", vv->ov_fb.fmt.bytesperline));
825 if (NULL == vv->ov_fb.base) {
1276 err = videobuf_iolock(q,&buf->vb, &vv->ov_fb);
H A Dsaa7146_hlp.c564 int b_bpl = vv->ov_fb.fmt.bytesperline;
565 u32 base = (u32)(unsigned long)vv->ov_fb.base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dsaa7146_vv.h121 struct v4l2_framebuffer ov_fb; member in struct:saa7146_vv

Completed in 35 milliseconds