Searched refs:standards (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/media/
H A Dv4l2-dv-timings.h216 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8))
219 if ((bt->standards & V4L2_DV_BT_STD_CEA861) &&
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c161 cap->standards && bt->standards &&
162 !(bt->standards & cap->standards)) ||
361 pr_info("%s: standards (0x%x):%s%s%s%s%s\n", dev_prefix, bt->standards,
362 (bt->standards & V4L2_DV_BT_STD_CEA861) ? " CEA" : "",
363 (bt->standards & V4L2_DV_BT_STD_DMT) ? " DMT" : "",
364 (bt->standards & V4L2_DV_BT_STD_CVT) ? " CVT" : "",
365 (bt->standards
[all...]
H A Dv4l2-ioctl.c42 static const struct std_descr standards[] = { variable in typeref:struct:std_descr
89 for (i = 0; standards[i].std; i++)
90 if (myid == standards[i].std)
92 return standards[i].descr;
137 /* last std value in the standards array is 0, so this
139 while ((id & standards[j].std) != standards[j].std)
141 curr_id = standards[j].std;
142 descr = standards[j].descr;
683 pr_cont("type=bt-656/1120, interlaced=%u, pixelclock=%llu, width=%u, height=%u, polarities=0x%x, hfrontporch=%u, hsync=%u, hbackporch=%u, vfrontporch=%u, vsync=%u, vbackporch=%u, il_vfrontporch=%u, il_vsync=%u, il_vbackporch=%u, standards
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1464 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_CVT)) {
1470 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_GTF)) {
H A Dvivid-vid-out.c1074 if ((bt->standards & (V4L2_DV_BT_STD_CVT | V4L2_DV_BT_STD_GTF)) &&
/linux-master/include/uapi/linux/
H A Dvideodev2.h1346 * include/dt-bindings/display/sdtv-standards.h SDTV_STD_* bit definitions.
1386 it should work fine. However, if needed to add more than two standards,
1391 * Some macros to merge video standards in order to make live easier for the
1423 * Several PAL standards are missing here: /M, /N and /Nc
1429 /* Chroma "agnostic" standards */
1469 /* Macros with none and all analog standards */
1505 * @standards: Standards the timing belongs to
1537 __u32 standards; member in struct:v4l2_bt_timings
1553 /* Timings standards */
1580 * with 60 Hz based standards suc
1690 __u32 standards; member in struct:v4l2_bt_timings_cap
[all...]
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.c72 .standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT |
/linux-master/drivers/media/i2c/
H A Dtvp7002.c561 if (!memcmp(bt, t, &bt->standards - &bt->width)) {
623 /* Read standards from device registers */
H A Dadv7842.c1510 /* Fill the optional fields .standards and .flags in struct v4l2_dv_timings
1544 bt->standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT |
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c750 cap->bt.standards = V4L2_DV_BT_STD_CEA861;
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c168 .standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT |
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c478 .standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT |

Completed in 190 milliseconds