Searched refs:il_vbackporch (Results 1 - 9 of 9) 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))
291 t1->bt.il_vbackporch == t2->bt.il_vbackporch)))
337 bt->il_vsync, bt->il_vbackporch);
644 fmt->bt.il_vbackporch = frame_height - image_height - 2 * v_fp -
802 fmt->bt.il_vbackporch = frame_height - image_height - 2 * v_fp -
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 +
1159 timings->bt.il_vbackporch = vback2;
1164 timings->bt.il_vbackporch = 0;
H A Dadv7842.c1582 bt->il_vbackporch = ((hdmi_read(sd, 0x34) & 0x1f) * 256 +
1587 bt->il_vbackporch = 0;
H A Dadv7604.c1624 bt->il_vbackporch = hdmi_read16(sd, 0x34,
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c334 bt->il_vbackporch = hdmi_read16(state, 0x34, 0x3fff) / 2;
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c968 if (bt->il_vbackporch || bt->il_vfrontporch || bt->il_vsync) {
973 bt->il_vbackporch + 1;
H A Dvpif_capture.c1211 if (bt->il_vbackporch || bt->il_vfrontporch || bt->il_vsync) {
1216 bt->il_vbackporch + 1;
/linux-master/include/uapi/linux/
H A Dvideodev2.h1503 * @il_vbackporch:Vertical back porch for the even field
1518 * il_vfrontporch + il_vsync + il_vbackporch
1536 __u32 il_vbackporch; member in struct:v4l2_bt_timings
1638 ((bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch) : 0))

Completed in 281 milliseconds