/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 180 if (bt->vfrontporch > max_vert || in v4l2_valid_dv_timings() 282 t1->bt.vfrontporch == t2->bt.vfrontporch && in v4l2_match_dv_timings() 330 dev_prefix, bt->vfrontporch, in v4l2_print_dv_timings() 633 fmt->bt.vfrontporch = v_fp; in v4l2_detect_cvt() 791 fmt->bt.vfrontporch = v_fp; in v4l2_detect_gtf()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 180 if (bt->vfrontporch > max_vert || in v4l2_valid_dv_timings() 282 t1->bt.vfrontporch == t2->bt.vfrontporch && in v4l2_match_dv_timings() 330 dev_prefix, bt->vfrontporch, in v4l2_print_dv_timings() 633 fmt->bt.vfrontporch = v_fp; in v4l2_detect_cvt() 791 fmt->bt.vfrontporch = v_fp; in v4l2_detect_gtf()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H 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()
|
H 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/davinci/ |
H A D | vpif_display.c | 948 timings->bt.vfrontporch && in vpif_s_dv_timings() 969 (bt->vfrontporch - 1); in vpif_s_dv_timings() 980 std_info->l5 = std_info->vsize - (bt->vfrontporch - 1); in vpif_s_dv_timings()
|
H A D | vpif_capture.c | 1191 timings->bt.vfrontporch && in vpif_s_dv_timings() 1212 (bt->vfrontporch - 1); in vpif_s_dv_timings() 1223 std_info->l5 = std_info->vsize - (bt->vfrontporch - 1); in vpif_s_dv_timings()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ths8200.c | 218 uint16_t line_start_front_porch = (vtotal(bt) - bt->vfrontporch); in ths8200_setup()
|
H A D | adv7604.c | 987 u16 cp_start_vbi = height - bt->vfrontporch; in configure_custom_video_timings() 1596 bt->vfrontporch = hdmi_read16(sd, 0x2a, in adv76xx_query_dv_timings()
|
H A D | adv7842.c | 1059 u16 cp_start_vbi = height - bt->vfrontporch + 1; in configure_custom_video_timings() 1579 bt->vfrontporch = ((hdmi_read(sd, 0x2a) & 0x1f) * 256 + in adv7842_query_dv_timings()
|
H A D | tda1997x.c | 760 vref_f1_width = bt->vbackporch + bt->vsync + bt->vfrontporch; in tda1997x_configure_vhref()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ths8200.c | 218 uint16_t line_start_front_porch = (vtotal(bt) - bt->vfrontporch); in ths8200_setup()
|
H 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()
|
H 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()
|
H A D | adv7842.c | 1047 u16 cp_start_vbi = height - bt->vfrontporch + 1; in configure_custom_video_timings() 1567 bt->vfrontporch = ((hdmi_read(sd, 0x2a) & 0x1f) * 256 + in adv7842_query_dv_timings()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 788 __u32 vfrontporch; member 824 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 309 bt->vfrontporch = hdmi_read16(state, ADV748X_HDMI_VFRONT_PORCH, in adv748x_hdmi_query_dv_timings()
|
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 319 bt->vfrontporch = hdmi_read16(state, ADV748X_HDMI_VFRONT_PORCH, in adv748x_hdmi_query_dv_timings()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | videodev2.h | 1414 * @vfrontporch:Vertical front porch in lines 1435 * tot_height = height + vfrontporch + vsync + vbackporch + 1449 __u32 vfrontporch; member 1554 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | videodev2.h | 1494 * @vfrontporch:Vertical front porch in lines 1515 * tot_height = height + vfrontporch + vsync + vbackporch + 1529 __u32 vfrontporch; member 1634 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 741 __u32 vfrontporch; member 775 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 741 __u32 vfrontporch; member 775 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
|
/kernel/linux/linux-6.6/drivers/media/platform/aspeed/ |
H A D | aspeed-video.c | 1010 det->vfrontporch = vtotal - v->frame_bottom; in aspeed_video_get_timings() 1014 det->vfrontporch = vsync - v->frame_bottom; in aspeed_video_get_timings()
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 188 iowrite32(bt->vfrontporch, &vo->sync_generator_v_frontporch_length); in cobalt_enable_output()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | aspeed-video.c | 820 det->vfrontporch = video->frame_top; in aspeed_video_get_resolution()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 188 iowrite32(bt->vfrontporch, &vo->sync_generator_v_frontporch_length); in cobalt_enable_output()
|