/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 181 bt->vsync > max_vert || bt->vbackporch > max_vert) in v4l2_valid_dv_timings() 284 t1->bt.vbackporch == t2->bt.vbackporch && in v4l2_match_dv_timings() 332 bt->vsync, bt->vbackporch); in v4l2_print_dv_timings() 639 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_cvt() 642 fmt->bt.vbackporch = (frame_height - image_height - 2 * v_fp - in v4l2_detect_cvt() 645 2 * vsync - fmt->bt.vbackporch; in v4l2_detect_cvt() 797 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_gtf() 800 fmt->bt.vbackporch = (frame_height - image_height - 2 * v_fp - in v4l2_detect_gtf() 803 2 * vsync - fmt->bt.vbackporch; in v4l2_detect_gtf() [all...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 181 bt->vsync > max_vert || bt->vbackporch > max_vert) in v4l2_valid_dv_timings() 284 t1->bt.vbackporch == t2->bt.vbackporch && in v4l2_match_dv_timings() 332 bt->vsync, bt->vbackporch); in v4l2_print_dv_timings() 639 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_cvt() 642 fmt->bt.vbackporch = (frame_height - image_height - 2 * v_fp - in v4l2_detect_cvt() 645 2 * vsync - fmt->bt.vbackporch; in v4l2_detect_cvt() 797 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_gtf() 800 fmt->bt.vbackporch = (frame_height - image_height - 2 * v_fp - in v4l2_detect_gtf() 803 2 * vsync - fmt->bt.vbackporch; in v4l2_detect_gtf() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ths8200.c | 217 uint16_t line_start_active_video = (bt->vsync + bt->vbackporch); in ths8200_setup()
|
H A D | tda1997x.c | 757 vref_f1_start = bt->height + bt->vbackporch + bt->vsync + in tda1997x_configure_vhref() 760 vref_f1_width = bt->vbackporch + bt->vsync + bt->vfrontporch; in tda1997x_configure_vhref()
|
H A D | adv7604.c | 988 u16 cp_end_vbi = bt->vsync + bt->vbackporch; in configure_custom_video_timings() 1599 bt->vbackporch = hdmi_read16(sd, 0x32, in adv76xx_query_dv_timings()
|
H A D | adv7842.c | 1060 u16 cp_end_vbi = bt->vsync + bt->vbackporch + 1; in configure_custom_video_timings() 1583 bt->vbackporch = ((hdmi_read(sd, 0x32) & 0x1f) * 256 + in adv7842_query_dv_timings()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ths8200.c | 217 uint16_t line_start_active_video = (bt->vsync + bt->vbackporch); in ths8200_setup()
|
H A D | tda1997x.c | 757 vref_f1_start = bt->height + bt->vbackporch + bt->vsync + in tda1997x_configure_vhref() 760 vref_f1_width = bt->vbackporch + bt->vsync + bt->vfrontporch; in tda1997x_configure_vhref() 1150 timings->bt.vbackporch = vback1; in tda1997x_detect_std()
|
H A D | adv7604.c | 1002 u16 cp_end_vbi = bt->vsync + bt->vbackporch; in configure_custom_video_timings() 1613 bt->vbackporch = hdmi_read16(sd, 0x32, in adv76xx_query_dv_timings()
|
H A D | adv7842.c | 1048 u16 cp_end_vbi = bt->vsync + bt->vbackporch + 1; in configure_custom_video_timings() 1571 bt->vbackporch = ((hdmi_read(sd, 0x32) & 0x1f) * 256 + in adv7842_query_dv_timings()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpif_display.c | 951 (timings->bt.vbackporch || in vpif_s_dv_timings() 965 std_info->l3 = bt->vsync + bt->vbackporch + 1; in vpif_s_dv_timings()
|
H A D | vpif_capture.c | 1205 (timings->bt.vbackporch || in vpif_s_dv_timings() 1219 std_info->l3 = bt->vsync + bt->vbackporch + 1; in vpif_s_dv_timings()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/davinci/ |
H A D | vpif_display.c | 949 (timings->bt.vbackporch || in vpif_s_dv_timings() 963 std_info->l3 = bt->vsync + bt->vbackporch + 1; in vpif_s_dv_timings()
|
H A D | vpif_capture.c | 1192 (timings->bt.vbackporch || in vpif_s_dv_timings() 1206 std_info->l3 = bt->vsync + bt->vbackporch + 1; in vpif_s_dv_timings()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 790 __u32 vbackporch; member 824 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 313 bt->vbackporch = hdmi_read16(state, ADV748X_HDMI_VBACK_PORCH, in adv748x_hdmi_query_dv_timings()
|
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 323 bt->vbackporch = hdmi_read16(state, ADV748X_HDMI_VBACK_PORCH, in adv748x_hdmi_query_dv_timings()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | videodev2.h | 1416 * @vbackporch: Vertical back porch in lines 1435 * tot_height = height + vfrontporch + vsync + vbackporch + 1451 __u32 vbackporch; member 1554 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | videodev2.h | 1496 * @vbackporch: Vertical back porch in lines 1515 * tot_height = height + vfrontporch + vsync + vbackporch + 1531 __u32 vbackporch; member 1634 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 743 __u32 vbackporch; 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 | 743 __u32 vbackporch; 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 | 1009 det->vbackporch = v->frame_top - vsync; in aspeed_video_get_timings() 1013 det->vbackporch = v->frame_top; in aspeed_video_get_timings()
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 186 iowrite32(bt->vbackporch, &vo->sync_generator_v_backporch_length); in cobalt_enable_output()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | aspeed-video.c | 821 det->vbackporch = ((mds & VE_MODE_DETECT_V_LINES) >> in aspeed_video_get_resolution()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 186 iowrite32(bt->vbackporch, &vo->sync_generator_v_backporch_length); in cobalt_enable_output()
|