Home
last modified time | relevance | path

Searched refs:h_sync_polarity (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h54 unsigned int h_sync_polarity; member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Danalogix_dp_reg.c1069 reg |= (dp->video_info.h_sync_polarity << 0); in analogix_dp_config_video_slave_mode()
1103 dp->video_info.h_sync_polarity = true; in analogix_dp_set_video_format()
1106 dp->video_info.h_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NHSYNC); in analogix_dp_set_video_format()
H A Danalogix_dp.h592 bool h_sync_polarity; member
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1035 reg |= (video_info->h_sync_polarity << H_S_POLARITY_CFG_SHIFT); in exynos_dp_config_video_slave_mode()
1112 video_info.h_sync_polarity << H_S_POLARITY_CFG_SHIFT); in exynos_dp_config_video_bist()
H A Dexynos_dp.c920 priv->video_info.h_sync_polarity = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()