Searched refs:V4L2_DV_BT_656_1120 (Results 1 – 22 of 22) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | v4l2-dv-timings.h | 35 .type = V4L2_DV_BT_656_1120, \ 45 .type = V4L2_DV_BT_656_1120, \ 55 .type = V4L2_DV_BT_656_1120, \ 66 .type = V4L2_DV_BT_656_1120, \ 76 .type = V4L2_DV_BT_656_1120, \ 85 .type = V4L2_DV_BT_656_1120, \ 94 .type = V4L2_DV_BT_656_1120, \ 103 .type = V4L2_DV_BT_656_1120, \ 113 .type = V4L2_DV_BT_656_1120, \ 122 .type = V4L2_DV_BT_656_1120, \ [all …]
|
D | videodev2.h | 1428 #define V4L2_DV_BT_656_1120 0 /* BT.656/1120 timing type */ macro
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 148 if (t->type != V4L2_DV_BT_656_1120) in v4l2_valid_dv_timings() 248 if (t1->type != t2->type || t1->type != V4L2_DV_BT_656_1120) in v4l2_match_dv_timings() 281 if (t->type != V4L2_DV_BT_656_1120) in v4l2_print_dv_timings() 360 if (t->type != V4L2_DV_BT_656_1120) in v4l2_dv_timings_aspect_ratio() 566 fmt->type = V4L2_DV_BT_656_1120; in v4l2_detect_cvt() 724 fmt->type = V4L2_DV_BT_656_1120; in v4l2_detect_gtf()
|
D | v4l2-ioctl.c | 709 case V4L2_DV_BT_656_1120: in v4l_print_dv_timings() 739 case V4L2_DV_BT_656_1120: in v4l_print_dv_timings_cap()
|
/Linux-v4.19/drivers/media/i2c/adv748x/ |
D | adv748x-hdmi.c | 39 .type = V4L2_DV_BT_656_1120, 297 timings->type = V4L2_DV_BT_656_1120; in adv748x_hdmi_query_dv_timings()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ths7303.c | 201 if (!dv_timings || dv_timings->type != V4L2_DV_BT_656_1120) in ths7303_s_dv_timings()
|
D | ths8200.c | 49 .type = V4L2_DV_BT_656_1120,
|
D | ad9389b.c | 424 if (state->dv_timings.type == V4L2_DV_BT_656_1120) in ad9389b_log_status() 578 .type = V4L2_DV_BT_656_1120,
|
D | tvp7002.c | 565 if (dv_timings->type != V4L2_DV_BT_656_1120) in tvp7002_s_dv_timings()
|
D | adv7511.c | 130 .type = V4L2_DV_BT_656_1120, 642 if (state->dv_timings.type == V4L2_DV_BT_656_1120) in adv7511_log_status()
|
D | adv7604.c | 766 .type = V4L2_DV_BT_656_1120, 777 .type = V4L2_DV_BT_656_1120, 1572 timings->type = V4L2_DV_BT_656_1120; in adv76xx_query_dv_timings()
|
D | tc358743.c | 58 .type = V4L2_DV_BT_656_1120, 321 timings->type = V4L2_DV_BT_656_1120; in tc358743_get_detected_timings()
|
D | adv7842.c | 663 .type = V4L2_DV_BT_656_1120, 674 .type = V4L2_DV_BT_656_1120, 1559 timings->type = V4L2_DV_BT_656_1120; in adv7842_query_dv_timings()
|
D | tda1997x.c | 179 .type = V4L2_DV_BT_656_1120,
|
/Linux-v4.19/drivers/media/spi/ |
D | gs1662.c | 133 .type = V4L2_DV_BT_656_1120,
|
/Linux-v4.19/samples/v4l/ |
D | v4l2-pci-skeleton.c | 104 .type = V4L2_DV_BT_656_1120,
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 21 .type = V4L2_DV_BT_656_1120,
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-dv-timings.rst | 208 * - ``V4L2_DV_BT_656_1120``
|
/Linux-v4.19/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 744 cap->type = V4L2_DV_BT_656_1120; in vidioc_dv_timings_cap()
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpif_display.c | 937 if (timings->type != V4L2_DV_BT_656_1120) { in vpif_s_dv_timings()
|
D | vpif_capture.c | 1200 if (timings->type != V4L2_DV_BT_656_1120) { in vpif_s_dv_timings()
|
/Linux-v4.19/Documentation/media/ |
D | videodev2.h.rst.exceptions | 289 replace define V4L2_DV_BT_656_1120 dv-timing-types
|