Home
last modified time | relevance | path

Searched refs:V4L2_DV_INTERLACED (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/media/i2c/adv748x/
Dadv748x-hdmi.c298 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv748x_hdmi_query_dv_timings()
320 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv748x_hdmi_query_dv_timings()
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-dv-timings.c627 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_cvt()
785 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_gtf()
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-dv-timings.rst104 - Progressive (``V4L2_DV_PROGRESSIVE``) or interlaced (``V4L2_DV_INTERLACED``).
/Linux-v5.10/drivers/media/i2c/
Dtc358743.c323 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in tc358743_get_detected_timings()
345 if (bt->interlaced == V4L2_DV_INTERLACED) { in tc358743_get_detected_timings()
Dadv7604.c1571 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv76xx_query_dv_timings()
1603 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv76xx_query_dv_timings()
Dadv7842.c1555 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv7842_query_dv_timings()
1587 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv7842_query_dv_timings()
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions294 replace define V4L2_DV_INTERLACED :c:type:`v4l2_bt_timings`
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h1465 #define V4L2_DV_INTERLACED 1 macro