Searched refs:V4L2_FIELD_TOP (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-ts.c40 dev->ts_field = V4L2_FIELD_TOP;
44 if (V4L2_FIELD_TOP == dev->ts_field) {
53 dev->ts_field = V4L2_FIELD_TOP;
315 if (field != V4L2_FIELD_TOP) {
H A Dsaa7134-video.c1078 case V4L2_FIELD_TOP:
1851 } else if (field == V4L2_FIELD_TOP) {
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c239 } else if (field == V4L2_FIELD_TOP
445 if ( vv->last_field == V4L2_FIELD_TOP ) {
453 } else if (field == V4L2_FIELD_TOP) {
602 } else if (field == V4L2_FIELD_TOP) {
674 } else if ( vv->last_field == V4L2_FIELD_TOP ) {
742 } else if ( vv->last_field == V4L2_FIELD_TOP ) {
745 vv->last_field = V4L2_FIELD_TOP;
H A Dsaa7146_video.c384 case V4L2_FIELD_TOP:
436 vv->last_field = V4L2_FIELD_TOP;
/linux-master/drivers/media/pci/zoran/
H A Dzoran_driver.c304 V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM);
327 fmt->fmt.pix.field = V4L2_FIELD_TOP;
386 V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM);
418 fmt->fmt.pix.field = V4L2_FIELD_TOP;
503 V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM);
555 fmt->fmt.pix.field = V4L2_FIELD_TOP;
815 buf->vbuf.field = V4L2_FIELD_TOP;
H A Dzoran_device.c852 V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM;
/linux-master/samples/v4l/
H A Dv4l2-pci-skeleton.c136 skel->field = V4L2_FIELD_TOP;
137 else if (skel->field == V4L2_FIELD_TOP)
168 skel->field = V4L2_FIELD_TOP;
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-vdi.c65 case V4L2_FIELD_TOP:
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta.h530 if (field == V4L2_FIELD_TOP)
/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c161 .field = V4L2_FIELD_TOP,
189 .field = V4L2_FIELD_TOP,
604 case V4L2_FIELD_TOP:
662 case V4L2_FIELD_TOP:
/linux-master/include/trace/events/
H A Dv4l2.h44 EM( V4L2_FIELD_TOP, "TOP" ) \
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c709 case V4L2_FIELD_TOP:
957 return V4L2_FIELD_TOP;
1279 case V4L2_FIELD_TOP:
1291 case V4L2_FIELD_TOP:
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c418 V4L2_FIELD_BOTTOM : V4L2_FIELD_TOP;
469 (buf->vb.field == V4L2_FIELD_TOP ?
H A Dvivid-vid-cap.c473 case V4L2_FIELD_TOP:
780 tpg_s_field(&dev->tpg, V4L2_FIELD_TOP, true);
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c677 case V4L2_FIELD_TOP:
722 case V4L2_FIELD_TOP:
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-video.c178 case V4L2_FIELD_TOP:
350 field = V4L2_FIELD_TOP;
/linux-master/drivers/media/pci/tw68/
H A Dtw68-video.c456 case V4L2_FIELD_TOP:
607 case V4L2_FIELD_TOP:
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c207 case V4L2_FIELD_TOP:
820 case V4L2_FIELD_TOP:
/linux-master/include/uapi/linux/
H A Dvideodev2.h94 V4L2_FIELD_TOP = 2, /* top field only */ enumerator in enum:v4l2_field
110 ((field) == V4L2_FIELD_TOP ||\
131 (field) == V4L2_FIELD_TOP ||\
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpe.c872 ctx->field = V4L2_FIELD_TOP;
1453 ctx->field = V4L2_FIELD_TOP;
1455 WARN_ON(ctx->field != V4L2_FIELD_TOP);
2071 if (vbuf->field != V4L2_FIELD_TOP &&
/linux-master/drivers/media/platform/renesas/
H A Drcar_fdp1.c1810 ? V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM;
1814 fbuf->field = field_num ? V4L2_FIELD_BOTTOM : V4L2_FIELD_TOP;
1818 fbuf->field = field_num ? V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM;
1866 if (vbuf->field != V4L2_FIELD_TOP &&
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c383 if (field == V4L2_FIELD_TOP)
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-video.c361 case V4L2_FIELD_TOP:
572 case V4L2_FIELD_TOP:
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c749 f->fmt.pix.field = V4L2_FIELD_TOP;
779 field = V4L2_FIELD_TOP;
792 field = V4L2_FIELD_TOP;
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c448 case V4L2_FIELD_TOP:
743 case V4L2_FIELD_TOP:

Completed in 744 milliseconds

12