Searched refs:V4L2_FIELD_NONE (Results 1 - 25 of 345) sorted by last modified time

1234567891011>>

/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c396 buf->vb.field = V4L2_FIELD_NONE;
724 f->fmt.win.field = V4L2_FIELD_NONE;
911 f->fmt.pix.field = V4L2_FIELD_NONE;
944 f->fmt.pix.field = V4L2_FIELD_NONE;
1891 dev->overlay.field = V4L2_FIELD_NONE;
/linux-master/include/uapi/linux/
H A Dvideodev2.h93 V4L2_FIELD_NONE = 1, /* this device has no fields ... */ enumerator in enum:v4l2_field
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c44 try_fmt->field = V4L2_FIELD_NONE;
1139 def_bus_fmt.field = V4L2_FIELD_NONE;
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c202 field = V4L2_FIELD_NONE;
203 else if (field != V4L2_FIELD_NONE)
458 vbuf->field = V4L2_FIELD_NONE;
459 if (vbuf->field != V4L2_FIELD_NONE) {
738 .field = V4L2_FIELD_NONE,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c3654 f->field = V4L2_FIELD_NONE;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c756 vbuf->field = V4L2_FIELD_NONE;
H A Dv4l2-ioctl.c163 [V4L2_FIELD_NONE] = "none",
1613 p->field = V4L2_FIELD_NONE;
/linux-master/drivers/media/platform/ti/j721e-csi2rx/
H A Dj721e-csi2rx.c326 f->fmt.pix.field = V4L2_FIELD_NONE;
942 csi_fmt->field != V4L2_FIELD_NONE) {
1016 pix_fmt->field = V4L2_FIELD_NONE;
/linux-master/drivers/media/platform/sunxi/sun8i-di/
H A Dsun8i-di.c419 if (f->fmt.pix.field != V4L2_FIELD_NONE)
420 f->fmt.pix.field = V4L2_FIELD_NONE;
729 ctx->dst_fmt.field = V4L2_FIELD_NONE;
/linux-master/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c216 vbuf->field = V4L2_FIELD_NONE;
1030 pix->field = V4L2_FIELD_NONE;
1532 .field = V4L2_FIELD_NONE,
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c1400 pix_fmt_mp->field = V4L2_FIELD_NONE;
1411 pix_fmt_mp->field = V4L2_FIELD_NONE;
H A Ds5p_mfc_dec.c371 pix_mp->field = V4L2_FIELD_NONE;
391 pix_mp->field = V4L2_FIELD_NONE;
H A Ds5p_mfc.c246 dst_buf->b->field = V4L2_FIELD_NONE;
351 dst_buf->b->field = V4L2_FIELD_NONE;
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c281 pix->field = V4L2_FIELD_NONE;
282 else if (pix->field != V4L2_FIELD_NONE)
H A Dfimc-lite.c596 mf->field = V4L2_FIELD_NONE;
682 pixm->field = V4L2_FIELD_NONE;
727 pixm->field = V4L2_FIELD_NONE;
H A Dfimc-isp-video.c394 pixm->field = V4L2_FIELD_NONE;
H A Dfimc-core.c680 pixm->field = V4L2_FIELD_NONE;
705 pix->field = V4L2_FIELD_NONE;
H A Dfimc-capture.c1704 .field = V4L2_FIELD_NONE,
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-resizer.c388 sink_fmt->field = V4L2_FIELD_NONE;
H A Drkisp1-isp.c560 sink_fmt->field = V4L2_FIELD_NONE;
594 sink_fmt->field = V4L2_FIELD_NONE;
H A Drkisp1-capture.c807 curr_buf->vb.field = V4L2_FIELD_NONE;
1311 pixm->field = V4L2_FIELD_NONE;
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c94 #define RZG2L_CRU_DEFAULT_FIELD V4L2_FIELD_NONE
209 case V4L2_FIELD_NONE:
822 case V4L2_FIELD_NONE:
H A Drzg2l-ip.c116 sink_format->field = V4L2_FIELD_NONE;
170 fmt.format.field = V4L2_FIELD_NONE;
H A Drzg2l-csi2.c524 sink_format->field = V4L2_FIELD_NONE;
548 fmt.format.field = V4L2_FIELD_NONE;
/linux-master/drivers/media/platform/renesas/
H A Drcar-csi2.c821 priv->mf.field == V4L2_FIELD_NONE ? 'p' : 'i');

Completed in 395 milliseconds

1234567891011>>