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

/linux-master/drivers/media/i2c/
H A Dths8200.c226 ths8200_write(sd, THS8200_DTG1_SPEC_B, bt->hfrontporch);
247 ths8200_write(sd, THS8200_DTG1_SPEC_K_LSB, (bt->hfrontporch) & 0xff);
249 ((bt->hfrontporch) & 0x700) >> 8);
357 polarity, bt->hfrontporch, bt->hbackporch,
H A Dadv7842.c1046 u16 cp_start_eav = width - bt->hfrontporch;
1561 bt->hfrontporch = (hdmi_read(sd, 0x20) & 0x03) * 256 +
H A Dadv7604.c1000 u16 cp_start_eav = width - bt->hfrontporch;
1607 bt->hfrontporch = hdmi_read16(sd, 0x20, info->hfrontporch_mask);
H A Dtda1997x.c1144 timings->bt.hfrontporch = hfront;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c177 if (bt->hfrontporch > max_hor ||
279 t1->bt.hfrontporch == t2->bt.hfrontporch &&
326 dev_prefix, bt->hfrontporch,
632 fmt->bt.hfrontporch = h_fp;
790 fmt->bt.hfrontporch = h_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",
686 p->bt.polarities, p->bt.hfrontporch,
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c313 bt->hfrontporch = hdmi_read16(state, ADV748X_HDMI_HFRONT_PORCH,
/linux-master/include/uapi/linux/
H A Dvideodev2.h1493 * @hfrontporch:Horizontal front porch in pixels
1528 __u32 hfrontporch; member in struct:v4l2_bt_timings
1632 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.c163 timings->bt.hfrontporch = signal & 0x000000FF;
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c1020 det->hfrontporch = htotal - v->frame_right;
1024 det->hfrontporch = hsync - v->frame_right;
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c182 iowrite32(bt->hfrontporch, &vo->sync_generator_h_frontporch_length);
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c947 timings->bt.hfrontporch ||
H A Dvpif_capture.c1190 timings->bt.hfrontporch ||

Completed in 226 milliseconds