/Linux-v5.4/drivers/media/pci/saa7134/ |
D | saa7134-ts.c | 40 dev->ts_field = V4L2_FIELD_TOP; in buffer_activate() 44 if (V4L2_FIELD_TOP == dev->ts_field) { in buffer_activate() 53 dev->ts_field = V4L2_FIELD_TOP; in buffer_activate() 314 if (field != V4L2_FIELD_TOP) { in saa7134_irq_ts_done()
|
D | saa7134-video.c | 679 : V4L2_FIELD_TOP; in verify_preview() 682 case V4L2_FIELD_TOP: in verify_preview() 1317 case V4L2_FIELD_TOP: in saa7134_try_fmt_vid_cap() 2263 } else if (field == V4L2_FIELD_TOP) { in saa7134_irq_video_done()
|
/Linux-v5.4/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 239 } else if (field == V4L2_FIELD_TOP in calculate_v_scale_registers() 596 } else if (field == V4L2_FIELD_TOP) { in saa7146_set_position() 740 if ( vv->last_field == V4L2_FIELD_TOP ) { in calculate_video_dma_grab_packed() 748 } else if (field == V4L2_FIELD_TOP) { in calculate_video_dma_grab_packed() 894 } else if (field == V4L2_FIELD_TOP) { in calculate_video_dma_grab_planar() 966 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in program_capture_engine() 1017 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in saa7146_set_capture() 1020 vv->last_field = V4L2_FIELD_TOP; in saa7146_set_capture()
|
D | saa7146_video.c | 637 vv->last_field = V4L2_FIELD_TOP; in vidioc_try_fmt_vid_cap() 640 case V4L2_FIELD_TOP: in vidioc_try_fmt_vid_cap() 712 : V4L2_FIELD_TOP; in vidioc_try_fmt_vid_overlay() 715 case V4L2_FIELD_TOP: in vidioc_try_fmt_vid_overlay()
|
/Linux-v5.4/samples/v4l/ |
D | v4l2-pci-skeleton.c | 148 skel->field = V4L2_FIELD_TOP; in skeleton_irq() 149 else if (skel->field == V4L2_FIELD_TOP) in skeleton_irq() 179 skel->field = V4L2_FIELD_TOP; in queue_setup()
|
/Linux-v5.4/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 160 .field = V4L2_FIELD_TOP, 188 .field = V4L2_FIELD_TOP, 607 case V4L2_FIELD_TOP: in vidioc_try_fmt_vid_cap() 665 case V4L2_FIELD_TOP: in vidioc_s_fmt_vid_cap()
|
/Linux-v5.4/drivers/gpu/ipu-v3/ |
D | ipu-vdi.c | 65 case V4L2_FIELD_TOP: in ipu_vdi_set_field_order()
|
/Linux-v5.4/drivers/media/platform/sti/delta/ |
D | delta.h | 530 if (field == V4L2_FIELD_TOP) in frame_field_str()
|
/Linux-v5.4/drivers/media/platform/rcar-vin/ |
D | rcar-dma.c | 621 case V4L2_FIELD_TOP: in rvin_setup() 1063 case V4L2_FIELD_TOP: in rvin_mc_validate_format() 1075 case V4L2_FIELD_TOP: in rvin_mc_validate_format()
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | field-order.rst | 97 * - ``V4L2_FIELD_TOP`` 132 ``V4L2_FIELD_TOP`` or ``V4L2_FIELD_BOTTOM``. Any two successive
|
D | pixfmt-v4l2.rst | 30 - Image height in pixels. If ``field`` is one of ``V4L2_FIELD_TOP``,
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | videobuf-core.c | 304 if (V4L2_FIELD_TOP == q->last) { in videobuf_next_field() 308 field = V4L2_FIELD_TOP; in videobuf_next_field() 309 q->last = V4L2_FIELD_TOP; in videobuf_next_field()
|
/Linux-v5.4/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 716 case V4L2_FIELD_TOP: in bttv_buffer_risc() 764 case V4L2_FIELD_TOP: in bttv_buffer_risc() 874 case V4L2_FIELD_TOP: in bttv_overlay_risc()
|
/Linux-v5.4/include/trace/events/ |
D | v4l2.h | 44 EM( V4L2_FIELD_TOP, "TOP" ) \
|
/Linux-v5.4/drivers/media/platform/vivid/ |
D | vivid-kthread-cap.c | 436 V4L2_FIELD_BOTTOM : V4L2_FIELD_TOP; in vivid_fillbuff() 487 (buf->vb.field == V4L2_FIELD_TOP ? in vivid_fillbuff() 610 if ((dev->overlay_cap_field == V4L2_FIELD_TOP || in vivid_overlay()
|
D | vivid-vid-cap.c | 476 case V4L2_FIELD_TOP: in vivid_field_cap() 768 tpg_s_field(&dev->tpg, V4L2_FIELD_TOP, true); in vivid_s_fmt_vid_cap() 1112 if (win->field != V4L2_FIELD_BOTTOM && win->field != V4L2_FIELD_TOP) in vidioc_try_fmt_vid_overlay()
|
/Linux-v5.4/include/uapi/linux/ |
D | videodev2.h | 94 V4L2_FIELD_TOP = 2, /* top field only */ enumerator 110 ((field) == V4L2_FIELD_TOP ||\ 131 (field) == V4L2_FIELD_TOP ||\
|
/Linux-v5.4/drivers/media/pci/cx25821/ |
D | cx25821-video.c | 178 case V4L2_FIELD_TOP: in cx25821_buffer_prepare() 350 field = V4L2_FIELD_TOP; in cx25821_vidioc_try_fmt_vid_cap()
|
/Linux-v5.4/drivers/media/pci/tw68/ |
D | tw68-video.c | 454 case V4L2_FIELD_TOP: in tw68_buf_prepare() 604 case V4L2_FIELD_TOP: in tw68_try_fmt_vid_cap()
|
/Linux-v5.4/drivers/media/platform/ |
D | rcar_fdp1.c | 1814 ? V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM; in fdp1_buf_prepare_field() 1818 fbuf->field = field_num ? V4L2_FIELD_BOTTOM : V4L2_FIELD_TOP; in fdp1_buf_prepare_field() 1822 fbuf->field = field_num ? V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM; in fdp1_buf_prepare_field() 1870 if (vbuf->field != V4L2_FIELD_TOP && in fdp1_buf_prepare()
|
/Linux-v5.4/drivers/staging/media/hantro/ |
D | hantro_h264.c | 282 case V4L2_FIELD_TOP: in get_poc()
|
/Linux-v5.4/drivers/media/platform/ti-vpe/ |
D | vpe.c | 854 ctx->field = V4L2_FIELD_TOP; in set_srcdst_params() 1413 ctx->field = V4L2_FIELD_TOP; in vpe_irq() 1415 WARN_ON(ctx->field != V4L2_FIELD_TOP); in vpe_irq() 2026 if (vbuf->field != V4L2_FIELD_TOP && in vpe_buf_prepare()
|
/Linux-v5.4/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2063 case V4L2_FIELD_TOP: in tpg_calc_frameline() 2279 (params->is_60hz ? V4L2_FIELD_TOP : V4L2_FIELD_BOTTOM); in tpg_fill_params_extras() 2467 case V4L2_FIELD_TOP: in tpg_fill_plane_pattern() 2511 case V4L2_FIELD_TOP: in tpg_fill_plane_pattern()
|
/Linux-v5.4/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 356 case V4L2_FIELD_TOP: in buffer_prepare() 567 case V4L2_FIELD_TOP: in vidioc_try_fmt_vid_cap()
|
/Linux-v5.4/drivers/media/usb/s2255/ |
D | s2255drv.c | 749 f->fmt.pix.field = V4L2_FIELD_TOP; in vidioc_g_fmt_vid_cap() 781 field = V4L2_FIELD_TOP; in vidioc_try_fmt_vid_cap() 794 field = V4L2_FIELD_TOP; in vidioc_try_fmt_vid_cap()
|