Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c161 cap->standards && bt->standards && in v4l2_valid_dv_timings()
162 !(bt->standards & cap->standards)) || in v4l2_valid_dv_timings()
361 pr_info("%s: standards (0x%x):%s%s%s%s%s\n", dev_prefix, bt->standards, in v4l2_print_dv_timings()
362 (bt->standards & V4L2_DV_BT_STD_CEA861) ? " CEA" : "", in v4l2_print_dv_timings()
363 (bt->standards & V4L2_DV_BT_STD_DMT) ? " DMT" : "", in v4l2_print_dv_timings()
364 (bt->standards & V4L2_DV_BT_STD_CVT) ? " CVT" : "", in v4l2_print_dv_timings()
365 (bt->standards in v4l2_print_dv_timings()
[all...]
H A Dv4l2-ioctl.c45 static const struct std_descr standards[] = { variable
92 for (i = 0; standards[i].std; i++) in v4l2_norm_to_name()
93 if (myid == standards[i].std) in v4l2_norm_to_name()
95 return standards[i].descr; in v4l2_norm_to_name()
140 /* last std value in the standards array is 0, so this in v4l_video_std_enumstd()
142 while ((id & standards[j].std) != standards[j].std) in v4l_video_std_enumstd()
144 curr_id = standards[j].std; in v4l_video_std_enumstd()
145 descr = standards[j].descr; in v4l_video_std_enumstd()
717 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 in v4l_print_dv_timings()
[all...]
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c161 cap->standards && bt->standards && in v4l2_valid_dv_timings()
162 !(bt->standards & cap->standards)) || in v4l2_valid_dv_timings()
361 pr_info("%s: standards (0x%x):%s%s%s%s%s\n", dev_prefix, bt->standards, in v4l2_print_dv_timings()
362 (bt->standards & V4L2_DV_BT_STD_CEA861) ? " CEA" : "", in v4l2_print_dv_timings()
363 (bt->standards & V4L2_DV_BT_STD_DMT) ? " DMT" : "", in v4l2_print_dv_timings()
364 (bt->standards & V4L2_DV_BT_STD_CVT) ? " CVT" : "", in v4l2_print_dv_timings()
365 (bt->standards in v4l2_print_dv_timings()
[all...]
H A Dv4l2-ioctl.c42 static const struct std_descr standards[] = { variable
89 for (i = 0; standards[i].std; i++) in v4l2_norm_to_name()
90 if (myid == standards[i].std) in v4l2_norm_to_name()
92 return standards[i].descr; in v4l2_norm_to_name()
137 /* last std value in the standards array is 0, so this in v4l_video_std_enumstd()
139 while ((id & standards[j].std) != standards[j].std) in v4l_video_std_enumstd()
141 curr_id = standards[j].std; in v4l_video_std_enumstd()
142 descr = standards[j].descr; in v4l_video_std_enumstd()
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 in v4l_print_dv_timings()
[all...]
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-dv-timings.h216 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps()
219 if ((bt->standards & V4L2_DV_BT_STD_CEA861) && in can_reduce_fps()
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-dv-timings.h216 if ((bt->standards & V4L2_DV_BT_STD_CVT) && (bt->vsync == 8)) in can_reduce_fps()
219 if ((bt->standards & V4L2_DV_BT_STD_CEA861) && in can_reduce_fps()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1712 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_CVT)) { in valid_cvt_gtf_timings()
1718 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_GTF)) { in valid_cvt_gtf_timings()
H A Dvivid-vid-out.c1155 if ((bt->standards & (V4L2_DV_BT_STD_CVT | V4L2_DV_BT_STD_GTF)) && in valid_cvt_gtf_timings()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1467 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_CVT)) { in valid_cvt_gtf_timings()
1473 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_GTF)) { in valid_cvt_gtf_timings()
H A Dvivid-vid-out.c1077 if ((bt->standards & (V4L2_DV_BT_STD_CVT | V4L2_DV_BT_STD_GTF)) && in valid_cvt_gtf_timings()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvideodev2.h794 __u32 standards; member
849 __u32 standards; member
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtvp7002.c561 if (!memcmp(bt, t, &bt->standards - &bt->width)) { in tvp7002_s_dv_timings()
623 /* Read standards from device registers */ in tvp7002_query_dv()
H A Dadv7842.c1522 /* Fill the optional fields .standards and .flags in struct v4l2_dv_timings
1556 bt->standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT | in adv7842_query_dv_timings()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtvp7002.c561 if (!memcmp(bt, t, &bt->standards - &bt->width)) { in tvp7002_s_dv_timings()
623 /* Read standards from device registers */ in tvp7002_query_dv()
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 | in adv7842_query_dv_timings()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvideodev2.h1264 * include/dt-bindings/display/sdtv-standards.h SDTV_STD_* bit definitions.
1304 it should work fine. However, if needed to add more than two standards,
1309 * Some macros to merge video standards in order to make live easier for the
1341 * Several PAL standards are missing here: /M, /N and /Nc
1347 /* Chroma "agnostic" standards */
1387 /* Macros with none and all analog standards */
1423 * @standards: Standards the timing belongs to
1455 __u32 standards; member
1471 /* Timings standards */
1498 * with 60 Hz based standards suc
1608 __u32 standards; global() member
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvideodev2.h1344 * include/dt-bindings/display/sdtv-standards.h SDTV_STD_* bit definitions.
1384 it should work fine. However, if needed to add more than two standards,
1389 * Some macros to merge video standards in order to make live easier for the
1421 * Several PAL standards are missing here: /M, /N and /Nc
1427 /* Chroma "agnostic" standards */
1467 /* Macros with none and all analog standards */
1503 * @standards: Standards the timing belongs to
1535 __u32 standards; member
1551 /* Timings standards */
1578 * with 60 Hz based standards suc
1688 __u32 standards; global() member
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvideodev2.h747 __u32 standards; member
798 __u32 standards; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvideodev2.h747 __u32 standards; member
798 __u32 standards; member
/kernel/linux/linux-5.10/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c750 cap->bt.standards = V4L2_DV_BT_STD_CEA861; in vidioc_dv_timings_cap()
/kernel/linux/linux-6.6/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c750 cap->bt.standards = V4L2_DV_BT_STD_CEA861; in vidioc_dv_timings_cap()
/kernel/linux/linux-5.10/drivers/media/platform/
H A Daspeed-video.c396 .standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT |
/kernel/linux/linux-6.6/drivers/media/platform/aspeed/
H A Daspeed-video.c478 .standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT |

Completed in 59 milliseconds