Searched refs:V4L2_DV_INTERLACED (Results 1 – 8 of 8) sorted by relevance
298 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()
627 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_cvt()785 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_gtf()
104 - Progressive (``V4L2_DV_PROGRESSIVE``) or interlaced (``V4L2_DV_INTERLACED``).
323 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in tc358743_get_detected_timings()345 if (bt->interlaced == V4L2_DV_INTERLACED) { in tc358743_get_detected_timings()
1571 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv76xx_query_dv_timings()1603 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv76xx_query_dv_timings()
1555 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv7842_query_dv_timings()1587 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv7842_query_dv_timings()
294 replace define V4L2_DV_INTERLACED :c:type:`v4l2_bt_timings`
1465 #define V4L2_DV_INTERLACED 1 macro