Home
last modified time | relevance | path

Searched refs:ovfmt (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
Dov7670.c985 struct ov7670_format_struct *ovfmt; in ov7670_s_mbus_fmt() local
991 ret = ov7670_try_fmt_internal(sd, fmt, &ovfmt, &wsize); in ov7670_s_mbus_fmt()
1001 com7 = ovfmt->regs[0].value; in ov7670_s_mbus_fmt()
1007 ov7670_write_array(sd, ovfmt->regs + 1); in ov7670_s_mbus_fmt()
1013 info->fmt = ovfmt; in ov7670_s_mbus_fmt()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-video.c685 if (!try && (dev->ovbuf.base == NULL || dev->ovfmt == NULL)) in verify_preview()
736 dev->ovfmt->name, v4l2_field_names[dev->ovfield]); in start_preview()
743 if (dev->ovfmt->yuv) in start_preview()
747 saa_writeb(SAA7134_OFMT_VIDEO_B, dev->ovfmt->pm | 0x20); in start_preview()
752 base += dev->ovfmt->depth/8 * dev->win.w.left; in start_preview()
755 if (dev->ovfmt->bswap) in start_preview()
757 if (dev->ovfmt->wswap) in start_preview()
1790 dev->ovfmt = fmt; in saa7134_s_fbuf()
Dsaa7134.h581 struct saa7134_format *ovfmt; member
/linux-4.1.27/drivers/media/platform/
Dfsl-viu.c181 struct viu_fmt *ovfmt; member
721 if (dev->ovfmt == NULL) in verify_preview()
768 fh->win.w.width, fh->win.w.height, dev->ovfmt->name); in viu_setup_preview()
777 bpp = dev->ovfmt->depth / 8; in viu_setup_preview()
881 dev->ovfmt = fmt; in vidioc_s_fbuf()
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-driver.c2138 if (NULL == fh->ovfmt) in verify_window_lock()
2142 switch (fh->ovfmt->depth) { in verify_window_lock()
2174 if (NULL == fh->ovfmt) in setup_window_lock()
2176 if (!(fh->ovfmt->flags & FORMAT_FLAGS_PACKED)) in setup_window_lock()
2205 switch (fh->ovfmt->depth) { in setup_window_lock()
2239 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in setup_window_lock()
2598 if (fh->ovfmt) in bttv_g_fbuf()
2599 fb->fmt.pixelformat = fh->ovfmt->fourcc; in bttv_g_fbuf()
2630 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in bttv_overlay()
2684 fh->ovfmt = fmt; in bttv_s_fbuf()
[all …]
Dbttvp.h232 const struct bttv_format *ovfmt; member
/linux-4.1.27/drivers/media/pci/ngene/
Dngene.h629 const struct ngene_format *ovfmt; member