Home
last modified time | relevance | path

Searched refs:V4L2_DV_PROGRESSIVE (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c643 t.bt.interlaced = V4L2_DV_PROGRESSIVE; in v4l2_detect_cvt()
807 t.bt.interlaced = V4L2_DV_PROGRESSIVE; in v4l2_detect_gtf()
/linux/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c308 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv748x_hdmi_query_dv_timings()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-dv-timings.rst106 - Progressive (``V4L2_DV_PROGRESSIVE``) or interlaced (``V4L2_DV_INTERLACED``).
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions319 replace define V4L2_DV_PROGRESSIVE :c:type:`v4l2_bt_timings`
/linux/include/uapi/linux/
H A Dvideodev2.h1610 #define V4L2_DV_PROGRESSIVE 0 macro
/linux/drivers/media/i2c/
H A Dtc358743.c348 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in tc358743_get_detected_timings()
H A Dtda1997x.c1151 timings->bt.interlaced = interlaced ? V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in tda1997x_detect_std()
H A Dadv7604.c1589 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv76xx_query_dv_timings()
H A Dadv7842.c1550 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv7842_query_dv_timings()
/linux/drivers/media/platform/synopsys/hdmirx/
H A Dsnps_hdmirx.c410 bt->interlaced = V4L2_DV_PROGRESSIVE; in hdmirx_get_detected_timings()