Searched refs:V4L2_DV_BT_STD_CVT (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | v4l2-dv-timings.h | 384 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, \ 439 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, \ 459 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, \ 467 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, 0) \ 474 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, 0) \ 481 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, 0) \ 488 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, \ 496 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, \ 504 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, 0) \ 511 V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CVT, 0) \ [all …]
|
H A D | videodev2.h | 1555 #define V4L2_DV_BT_STD_CVT (1 << 2) /* VESA Coordinated Video Timings */ macro
|
/openbmc/linux/include/media/ |
H A D | v4l2-dv-timings.h | 222 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 364 (bt->standards & V4L2_DV_BT_STD_CVT) ? " CVT" : "", in v4l2_print_dv_timings() 656 t.bt.standards = V4L2_DV_BT_STD_CVT; in v4l2_detect_cvt()
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-common.c | 26 V4L2_DV_BT_STD_CVT | V4L2_DV_BT_STD_GTF,
|
H A D | vivid-vid-out.c | 1079 if ((bt->standards & (V4L2_DV_BT_STD_CVT | V4L2_DV_BT_STD_GTF)) && in valid_cvt_gtf_timings()
|
H A D | vivid-vid-cap.c | 1468 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_CVT)) { in valid_cvt_gtf_timings()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-dv-timings.rst | 234 * - ``V4L2_DV_BT_STD_CVT``
|
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7842.c | 646 V4L2_DV_BT_STD_GTF | V4L2_DV_BT_STD_CVT, 657 V4L2_DV_BT_STD_GTF | V4L2_DV_BT_STD_CVT, 1546 V4L2_DV_BT_STD_GTF | V4L2_DV_BT_STD_CVT; in adv7842_query_dv_timings()
|
H A D | adv7604.c | 791 V4L2_DV_BT_STD_GTF | V4L2_DV_BT_STD_CVT, 802 V4L2_DV_BT_STD_GTF | V4L2_DV_BT_STD_CVT,
|
H A D | adv7511-v4l2.c | 140 V4L2_DV_BT_STD_GTF | V4L2_DV_BT_STD_CVT,
|
H A D | tc358743.c | 64 V4L2_DV_BT_STD_GTF | V4L2_DV_BT_STD_CVT,
|
H A D | tda1997x.c | 189 V4L2_DV_BT_STD_GTF | V4L2_DV_BT_STD_CVT,
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 323 replace define V4L2_DV_BT_STD_CVT dv-bt-standards
|
/openbmc/linux/drivers/media/platform/nuvoton/ |
H A D | npcm-video.c | 170 V4L2_DV_BT_STD_CVT | V4L2_DV_BT_STD_GTF,
|
/openbmc/linux/drivers/media/platform/aspeed/ |
H A D | aspeed-video.c | 479 V4L2_DV_BT_STD_CVT | V4L2_DV_BT_STD_GTF,
|