Searched refs:vfrontporch (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/media/v4l2-core/ |
A D | v4l2-dv-timings.c | 260 t1->bt.vfrontporch == t2->bt.vfrontporch && in v4l2_match_dv_timings() 308 dev_prefix, bt->vfrontporch, in v4l2_print_dv_timings() 611 fmt->bt.vfrontporch = v_fp; in v4l2_detect_cvt() 769 fmt->bt.vfrontporch = v_fp; in v4l2_detect_gtf()
|
A D | v4l2-ioctl.c | 694 p->bt.vfrontporch, p->bt.vsync, in v4l_print_dv_timings()
|
/linux/drivers/media/platform/davinci/ |
A D | vpif_display.c | 950 timings->bt.vfrontporch && in vpif_s_dv_timings() 971 (bt->vfrontporch - 1); in vpif_s_dv_timings() 982 std_info->l5 = std_info->vsize - (bt->vfrontporch - 1); in vpif_s_dv_timings()
|
A D | vpif_capture.c | 1204 timings->bt.vfrontporch && in vpif_s_dv_timings() 1225 (bt->vfrontporch - 1); in vpif_s_dv_timings() 1236 std_info->l5 = std_info->vsize - (bt->vfrontporch - 1); in vpif_s_dv_timings()
|
/linux/drivers/media/i2c/ |
A D | ths8200.c | 218 uint16_t line_start_front_porch = (vtotal(bt) - bt->vfrontporch); in ths8200_setup()
|
A D | tda1997x.c | 760 vref_f1_width = bt->vbackporch + bt->vsync + bt->vfrontporch; in tda1997x_configure_vhref() 1148 timings->bt.vfrontporch = vfront1; in tda1997x_detect_std()
|
A D | adv7842.c | 1057 u16 cp_start_vbi = height - bt->vfrontporch + 1; in configure_custom_video_timings() 1577 bt->vfrontporch = ((hdmi_read(sd, 0x2a) & 0x1f) * 256 + in adv7842_query_dv_timings()
|
A D | adv7604.c | 1001 u16 cp_start_vbi = height - bt->vfrontporch; in configure_custom_video_timings() 1610 bt->vfrontporch = hdmi_read16(sd, 0x2a, in adv76xx_query_dv_timings()
|
/linux/include/uapi/linux/ |
A D | videodev2.h | 1466 __u32 vfrontporch; member 1571 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|
/linux/drivers/media/i2c/adv748x/ |
A D | adv748x-hdmi.c | 309 bt->vfrontporch = hdmi_read16(state, ADV748X_HDMI_VFRONT_PORCH, in adv748x_hdmi_query_dv_timings()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-g-dv-timings.rst | 127 - ``vfrontporch``
|
/linux/drivers/media/pci/cobalt/ |
A D | cobalt-v4l2.c | 188 iowrite32(bt->vfrontporch, &vo->sync_generator_v_frontporch_length); in cobalt_enable_output()
|
/linux/drivers/media/platform/ |
A D | aspeed-video.c | 852 det->vfrontporch = video->frame_top; in aspeed_video_get_resolution()
|
Completed in 75 milliseconds