Searched refs:il_vsync (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c169 (bt->il_vbackporch || bt->il_vsync || bt->il_vfrontporch))
184 bt->il_vsync > max_vert || bt->il_vbackporch > max_vert))
290 t1->bt.il_vsync == t2->bt.il_vsync &&
337 bt->il_vsync, bt->il_vbackporch);
647 fmt->bt.il_vsync = vsync;
805 fmt->bt.il_vsync = vsync;
H A Dv4l2-ioctl.c683 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=0x%x, flags=0x%x\n",
690 p->bt.il_vsync, p->bt.il_vbackporch,
/linux-master/drivers/media/i2c/
H A Dtda1997x.c758 bt->il_vbackporch + bt->il_vsync +
767 (bt->il_vbackporch + bt->il_vsync - 1);
768 vref_f2_width = bt->il_vbackporch + bt->il_vsync +
1158 timings->bt.il_vsync = timings->bt.vsync;
1163 timings->bt.il_vsync = 0;
H A Dadv7842.c1580 bt->il_vsync = ((hdmi_read(sd, 0x30) & 0x1f) * 256 +
1586 bt->il_vsync = 0;
H A Dtc358743.c347 bt->il_vsync = bt->vsync + 1;
H A Dadv7604.c1622 bt->il_vsync = hdmi_read16(sd, 0x30,
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c333 bt->il_vsync = hdmi_read16(state, 0x30, 0x3fff) / 2;
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c968 if (bt->il_vbackporch || bt->il_vfrontporch || bt->il_vsync) {
972 std_info->l9 = std_info->l7 + bt->il_vsync +
H A Dvpif_capture.c1211 if (bt->il_vbackporch || bt->il_vfrontporch || bt->il_vsync) {
1215 std_info->l9 = std_info->l7 + bt->il_vsync +
/linux-master/include/uapi/linux/
H A Dvideodev2.h1501 * @il_vsync: Vertical Sync length for the even field
1518 * il_vfrontporch + il_vsync + il_vbackporch
1535 __u32 il_vsync; member in struct:v4l2_bt_timings
1638 ((bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch) : 0))

Completed in 419 milliseconds