| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ths8200.c | 226 ths8200_write(sd, THS8200_DTG1_SPEC_B, bt->hfrontporch); in ths8200_setup() 247 ths8200_write(sd, THS8200_DTG1_SPEC_K_LSB, (bt->hfrontporch) & 0xff); in ths8200_setup() 249 ((bt->hfrontporch) & 0x700) >> 8); in ths8200_setup() 357 polarity, bt->hfrontporch, bt->hbackporch, in ths8200_setup()
|
| H A D | lt8619c.c | 346 bt->hfrontporch = hfp; in lt8619c_get_detected_timings() 374 __func__, bt->hfrontporch, bt->hsync, bt->hbackporch, in lt8619c_get_detected_timings() 622 hfp = bt->hfrontporch; in lt8619c_set_bt_tx_timing() 993 (abs(bt->hfrontporch - new_bt->hfrontporch) > 1) | in lt8619c_timing_changed() 1016 htotal = bt->hsync + bt->hbackporch + hact + bt->hfrontporch; in lt8619c_rcv_supported_res()
|
| H A D | lt7911d.c | 464 bt->hfrontporch = hfp; in lt7911d_get_detected_timings() 473 bt->hfrontporch, bt->hsync, bt->hbackporch, in lt7911d_get_detected_timings()
|
| H A D | lt6911uxc.c | 482 bt->hfrontporch = hfp; in lt6911uxc_get_detected_timings() 501 bt->hfrontporch, bt->hsync, bt->hbackporch, bt->vfrontporch, in lt6911uxc_get_detected_timings()
|
| H A D | it6616.c | 3383 bt->hfrontporch = it6616->vinfo.h_front_porch; in it6616_get_detected_timings() 3392 bt->hfrontporch = it6616->vinfo.h_front_porch * 2; in it6616_get_detected_timings() 3415 bt->hfrontporch, bt->hsync, bt->hbackporch, in it6616_get_detected_timings() 3465 t1->bt.hfrontporch == t2->bt.hfrontporch && in it6616_match_dv_timings()
|
| H A D | lt6911uxe.c | 848 bt->hfrontporch = hfp; in lt6911uxe_get_detected_timings() 876 bt->hfrontporch, bt->hsync, bt->hbackporch, bt->vfrontporch, in lt6911uxe_get_detected_timings()
|
| H A D | adv7604.c | 986 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() 1593 bt->hfrontporch = hdmi_read16(sd, 0x20, info->hfrontporch_mask); in adv76xx_query_dv_timings()
|
| H A D | adv7842.c | 1058 u16 cp_start_eav = width - bt->hfrontporch; in configure_custom_video_timings() 1573 bt->hfrontporch = (hdmi_read(sd, 0x20) & 0x03) * 256 + in adv7842_query_dv_timings()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dv-timings.c | 177 if (bt->hfrontporch > max_hor || in v4l2_valid_dv_timings() 279 t1->bt.hfrontporch == t2->bt.hfrontporch && in v4l2_match_dv_timings() 326 dev_prefix, bt->hfrontporch, in v4l2_print_dv_timings() 632 fmt->bt.hfrontporch = h_fp; in v4l2_detect_cvt() 790 fmt->bt.hfrontporch = h_fp; in v4l2_detect_gtf()
|
| H A D | v4l2-ioctl.c | 731 p->bt.polarities, p->bt.hfrontporch, in v4l_print_dv_timings()
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_hdmirx.c | 353 u32 hfrontporch, hsync, hbackporch, vfrontporch, vsync, vbackporch; in rk628_hdmirx_get_timing() local 424 hfrontporch = hfp; in rk628_hdmirx_get_timing() 439 hdmirx->mode.hstart = hdmirx->mode.hdisplay + hfrontporch; in rk628_hdmirx_get_timing() 452 hfrontporch, hsync, hbackporch, vfrontporch, vsync, vbackporch, interlaced); in rk628_hdmirx_get_timing()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_bt1120_v4l2.c | 232 .hfrontporch = 88, 409 bt->hfrontporch = hfp; in rk628_bt1120_get_detected_timings() 426 bt->hfrontporch, bt->hsync, bt->hbackporch, bt->vfrontporch, in rk628_bt1120_get_detected_timings() 532 old_htotal = bt->hfrontporch + bt->hsync + bt->width + bt->hbackporch; in rk628_check_resulotion_change() 694 src.hfront_porch = bt->hfrontporch; in rk628_post_process_setup() 713 dst.hfront_porch = dst_bt->hfrontporch; in rk628_post_process_setup()
|
| H A D | rk628_csi_v4l2.c | 254 .hfrontporch = 88, 438 bt->hfrontporch = hfp; in rk628_csi_get_detected_timings() 458 bt->hfrontporch, bt->hsync, bt->hbackporch, bt->vfrontporch, bt->vsync, in rk628_csi_get_detected_timings() 533 old_htotal = bt->hfrontporch + bt->hsync + bt->width + bt->hbackporch; in rk628_check_resulotion_change() 796 src.hfront_porch = bt->hfrontporch; in rk628_post_process_setup() 815 dst.hfront_porch = dst_bt->hfrontporch; in rk628_post_process_setup()
|
| H A D | rk628_dsi.c | 199 bt->width, bt->hfrontporch, bt->hsync, bt->hbackporch, in rk628_dsi_set_vid_mode()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | videodev2.h | 1332 __u32 hfrontporch; member 1436 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | videodev2.h | 1332 __u32 hfrontporch; member 1436 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 1450 __u32 hfrontporch; member 1554 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 1442 __u32 hfrontporch; member 1537 ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/ |
| H A D | rk_hdmirx.c | 786 bt->hfrontporch = hfp; in hdmirx_get_timings() 809 bt->hfrontporch, bt->hsync, bt->hbackporch, in hdmirx_get_timings() 827 if (bt->hfrontporch == 0 || bt->hfrontporch > 3000 || in hdmirx_check_timing_valid() 3996 htot = bt->width + bt->hfrontporch + bt->hsync + bt->hbackporch; in hdmirx_status_show() 4048 bt->hfrontporch, bt->hsync, bt->hbackporch, in hdmirx_status_show()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/ |
| H A D | adv748x-hdmi.c | 303 bt->hfrontporch = hdmi_read16(state, ADV748X_HDMI_HFRONT_PORCH, in adv748x_hdmi_query_dv_timings()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-dv-timings.rst | 116 - ``hfrontporch``
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | vpif_display.c | 948 timings->bt.hfrontporch || in vpif_s_dv_timings()
|
| H A D | vpif_capture.c | 1202 timings->bt.hfrontporch || in vpif_s_dv_timings()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/ |
| H A D | cobalt-v4l2.c | 184 iowrite32(bt->hfrontporch, &vo->sync_generator_h_frontporch_length); in cobalt_enable_output()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | aspeed-video.c | 831 det->hfrontporch = video->frame_left; in aspeed_video_get_resolution()
|