Searched refs:V4L2_DV_INTERLACED (Results 1 – 10 of 10) 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()
316 if (bt->interlaced == V4L2_DV_INTERLACED) { in hdmirx_get_timings()408 bt->interlaced = V4L2_DV_INTERLACED; in hdmirx_get_detected_timings()1215 if (bt->interlaced == V4L2_DV_INTERLACED) in hdmirx_set_fmt()1579 if (bt->interlaced == V4L2_DV_INTERLACED) in hdmirx_start_streaming()1943 if (bt->interlaced != V4L2_DV_INTERLACED || in dma_idle_int_handler()2002 if (bt->interlaced != V4L2_DV_INTERLACED || in line_flag_int_handler()
652 t.bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_cvt()816 t.bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_gtf()
106 - Progressive (``V4L2_DV_PROGRESSIVE``) or interlaced (``V4L2_DV_INTERLACED``).
327 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in tc358743_get_detected_timings()349 if (bt->interlaced == V4L2_DV_INTERLACED) { in tc358743_get_detected_timings()
1550 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv7842_query_dv_timings()1582 if (bt->interlaced == V4L2_DV_INTERLACED) { in adv7842_query_dv_timings()
1589 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv76xx_query_dv_timings()1621 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()
320 replace define V4L2_DV_INTERLACED :c:type:`v4l2_bt_timings`
1590 #define V4L2_DV_INTERLACED 1 macro