Home
last modified time | relevance | path

Searched refs:vsync_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
136 vsync_pol = timings->vsync_level == OMAPDSS_SIG_ACTIVE_HIGH; in hdmi_wp_video_config_interface()
140 r = FLD_MOD(r, vsync_pol, 7, 7); in hdmi_wp_video_config_interface()
Dhdmi5_core.c322 bool vsync_pol, hsync_pol; in hdmi_core_video_config() local
324 vsync_pol = in hdmi_core_video_config()
331 r = FLD_MOD(r, vsync_pol, 6, 6); in hdmi_core_video_config()
/linux-4.1.27/drivers/media/pci/zoran/
Dvideocodec.h224 unsigned int vsync_pol:1; member
Dzr36060.c619 reg = (!pol->vsync_pol ? ZR060_VPR_VSPol : 0) in zr36060_set_video()
Dzoran_device.c406 if (zr->card.vfe_pol.vsync_pol) in zr36057_set_vfe()
/linux-4.1.27/drivers/gpu/ipu-v3/
Dipu-csi.c148 unsigned vsync_pol:1; member
333 csicfg->vsync_pol = (mbus_cfg->flags & in fill_csi_bus_cfg()
375 cfg.vsync_pol << CSI_SENS_CONF_VSYNC_POL_SHIFT | in ipu_csi_init_interface()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c115 u8 vsync_pol[1]; member
131 u8 vsync_pol[1]; member
1432 hdmi_reg_writeb(hdata, HDMI_VSYNC_POL, core->vsync_pol[0]); in hdmi_v13_mode_apply()
1519 hdmi_reg_writeb(hdata, HDMI_VSYNC_POL, core->vsync_pol[0]); in hdmi_v14_mode_apply()
1808 hdmi_set_reg(core->vsync_pol, 1, val); in hdmi_v13_mode_set()
1906 hdmi_set_reg(core->vsync_pol, 1, in hdmi_v14_mode_set()
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfbhw.c1052 u32 vsync_pol, hsync_pol; in intelfbhw_mode_to_hw() local
1094 vsync_pol = (var->sync & FB_SYNC_VERT_HIGH_ACT) ? in intelfbhw_mode_to_hw()
1099 (vsync_pol << ADPA_VSYNC_ACTIVE_SHIFT); in intelfbhw_mode_to_hw()