Home
last modified time | relevance | path

Searched refs:hsync_pol (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi_wp.c133 bool vsync_pol, hsync_pol; in hdmi_wp_video_config_interface() local
137 hsync_pol = timings->hsync_level == OMAPDSS_SIG_ACTIVE_HIGH; in hdmi_wp_video_config_interface()
141 r = FLD_MOD(r, hsync_pol, 6, 6); in hdmi_wp_video_config_interface()
Dhdmi5_core.c322 bool vsync_pol, hsync_pol; in hdmi_core_video_config() local
326 hsync_pol = in hdmi_core_video_config()
332 r = FLD_MOD(r, hsync_pol, 5, 5); in hdmi_core_video_config()
/linux-4.1.27/drivers/media/pci/zoran/
Dvideocodec.h225 unsigned int hsync_pol:1; member
Dzr36060.c620 | (!pol->hsync_pol ? ZR060_VPR_HSPol : 0) in zr36060_set_video()
Dzoran_device.c388 if (zr->card.vfe_pol.hsync_pol) in zr36057_set_vfe()
772 if (zr->card.vfe_pol.hsync_pol) in zr36057_set_jpg()
/linux-4.1.27/drivers/gpu/ipu-v3/
Dipu-csi.c149 unsigned hsync_pol:1; member
335 csicfg->hsync_pol = (mbus_cfg->flags & in fill_csi_bus_cfg()
376 cfg.hsync_pol << CSI_SENS_CONF_HSYNC_POL_SHIFT | in ipu_csi_init_interface()
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfbhw.c1052 u32 vsync_pol, hsync_pol; in intelfbhw_mode_to_hw() local
1092 hsync_pol = (var->sync & FB_SYNC_HOR_HIGH_ACT) ? in intelfbhw_mode_to_hw()
1098 hw->adpa |= (hsync_pol << ADPA_HSYNC_ACTIVE_SHIFT) | in intelfbhw_mode_to_hw()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c130 u8 hsync_pol[1]; member
1518 hdmi_reg_writeb(hdata, HDMI_HSYNC_POL, core->hsync_pol[0]); in hdmi_v14_mode_apply()
1904 hdmi_set_reg(core->hsync_pol, 1, in hdmi_v14_mode_set()