Searched refs:V4L2_DV_BT_STD_GTF (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 365 (bt->standards & V4L2_DV_BT_STD_GTF) ? " GTF" : "", in v4l2_print_dv_timings() 820 t.bt.standards = V4L2_DV_BT_STD_GTF; in v4l2_detect_gtf()
|
/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 | 1480 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_GTF)) { in valid_cvt_gtf_timings()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-dv-timings.rst | 236 * - ``V4L2_DV_BT_STD_GTF``
|
/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/include/uapi/linux/ |
H A D | videodev2.h | 1556 #define V4L2_DV_BT_STD_GTF (1 << 3) /* VESA Generalized Timings Formula */ macro
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 324 replace define V4L2_DV_BT_STD_GTF 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,
|