Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dv-timings.c528 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_cvt()
686 fmt->bt.interlaced = V4L2_DV_INTERLACED; in v4l2_detect_gtf()
/linux-4.4.14/drivers/media/i2c/
Dtc358743.c329 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in tc358743_get_detected_timings()
351 if (bt->interlaced == V4L2_DV_INTERLACED) { in tc358743_get_detected_timings()
Dadv7604.c1546 V4L2_DV_INTERLACED : V4L2_DV_PROGRESSIVE; in adv76xx_query_dv_timings()
1564 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-4.4.14/include/uapi/linux/
Dvideodev2.h1249 #define V4L2_DV_INTERLACED 1 macro