Searched refs:vfrontporch (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 259 t1->bt.vfrontporch == t2->bt.vfrontporch && in v4l2_match_dv_timings() 307 dev_prefix, bt->vfrontporch, in v4l2_print_dv_timings() 571 fmt->bt.vfrontporch = v_fp; in v4l2_detect_cvt() 729 fmt->bt.vfrontporch = v_fp; in v4l2_detect_gtf()
|
D | v4l2-ioctl.c | 715 p->bt.vfrontporch, p->bt.vsync, in v4l_print_dv_timings()
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpif_display.c | 955 timings->bt.vfrontporch && in vpif_s_dv_timings() 976 (bt->vfrontporch - 1); in vpif_s_dv_timings() 987 std_info->l5 = std_info->vsize - (bt->vfrontporch - 1); in vpif_s_dv_timings()
|
D | vpif_capture.c | 1221 timings->bt.vfrontporch && in vpif_s_dv_timings() 1242 (bt->vfrontporch - 1); in vpif_s_dv_timings() 1253 std_info->l5 = std_info->vsize - (bt->vfrontporch - 1); in vpif_s_dv_timings()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ths8200.c | 218 uint16_t line_start_front_porch = (vtotal(bt) - bt->vfrontporch); in ths8200_setup()
|
D | adv7604.c | 981 u16 cp_start_vbi = height - bt->vfrontporch; in configure_custom_video_timings() 1580 bt->vfrontporch = hdmi_read16(sd, 0x2a, in adv76xx_query_dv_timings()
|
D | adv7842.c | 1057 u16 cp_start_vbi = height - bt->vfrontporch + 1; in configure_custom_video_timings() 1576 bt->vfrontporch = ((hdmi_read(sd, 0x2a) & 0x1f) * 256 + in adv7842_query_dv_timings()
|
D | tda1997x.c | 760 vref_f1_width = bt->vbackporch + bt->vsync + bt->vfrontporch; in tda1997x_configure_vhref()
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 1312 __u32 vfrontporch; member 1410 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|
/Linux-v4.19/drivers/media/i2c/adv748x/ |
D | adv748x-hdmi.c | 313 bt->vfrontporch = hdmi_read16(state, ADV748X_HDMI_VFRONT_PORCH, in adv748x_hdmi_query_dv_timings()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-dv-timings.rst | 118 - ``vfrontporch``
|
/Linux-v4.19/drivers/media/pci/cobalt/ |
D | cobalt-v4l2.c | 188 iowrite32(bt->vfrontporch, &vo->sync_generator_v_frontporch_length); in cobalt_enable_output()
|