Searched refs:vfrontporch (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c180 if (bt->vfrontporch > max_vert ||
282 t1->bt.vfrontporch == t2->bt.vfrontporch &&
330 dev_prefix, bt->vfrontporch,
633 fmt->bt.vfrontporch = v_fp;
791 fmt->bt.vfrontporch = 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",
688 p->bt.vfrontporch, p->bt.vsync,
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c949 timings->bt.vfrontporch &&
970 (bt->vfrontporch - 1);
981 std_info->l5 = std_info->vsize - (bt->vfrontporch - 1);
H A Dvpif_capture.c1192 timings->bt.vfrontporch &&
1213 (bt->vfrontporch - 1);
1224 std_info->l5 = std_info->vsize - (bt->vfrontporch - 1);
/linux-master/drivers/media/i2c/
H A Dths8200.c218 uint16_t line_start_front_porch = (vtotal(bt) - bt->vfrontporch);
H A Dtda1997x.c760 vref_f1_width = bt->vbackporch + bt->vsync + bt->vfrontporch;
1148 timings->bt.vfrontporch = vfront1;
H A Dadv7842.c1047 u16 cp_start_vbi = height - bt->vfrontporch + 1;
1567 bt->vfrontporch = ((hdmi_read(sd, 0x2a) & 0x1f) * 256 +
H A Dadv7604.c1001 u16 cp_start_vbi = height - bt->vfrontporch;
1610 bt->vfrontporch = hdmi_read16(sd, 0x2a,
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c319 bt->vfrontporch = hdmi_read16(state, ADV748X_HDMI_VFRONT_PORCH,
/linux-master/include/uapi/linux/
H A Dvideodev2.h1496 * @vfrontporch:Vertical front porch in lines
1517 * tot_height = height + vfrontporch + vsync + vbackporch +
1531 __u32 vfrontporch; member in struct:v4l2_bt_timings
1636 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.c165 timings->bt.vfrontporch = signal2 & 0x000000FF;
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c1010 det->vfrontporch = vtotal - v->frame_bottom;
1014 det->vfrontporch = vsync - v->frame_bottom;
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c186 iowrite32(bt->vfrontporch, &vo->sync_generator_v_frontporch_length);

Completed in 202 milliseconds