Searched refs:V4L2_DV_INTERLACED (Results 1 – 9 of 9) sorted by relevance
308 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv748x_hdmi_query_dv_timings()330 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv748x_hdmi_query_dv_timings()
649 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_cvt()807 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_gtf()
106 - 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()
1546 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv7842_query_dv_timings()1578 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv7842_query_dv_timings()
1585 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv76xx_query_dv_timings()1617 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv76xx_query_dv_timings()
1151 timings->bt.interlaced = interlaced ? V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in tda1997x_detect_std()
318 replace define V4L2_DV_INTERLACED :c:type:`v4l2_bt_timings`
1584 #define V4L2_DV_INTERLACED 1 macro