Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dhdmi_wp.c149 bool vsync_pol, hsync_pol; in hdmi_wp_video_config_interface() local
153 hsync_pol = timings->hsync_level == OMAPDSS_SIG_ACTIVE_HIGH; in hdmi_wp_video_config_interface()
157 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.4.14/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.c380 if (zr->card.vfe_pol.hsync_pol) in zr36057_set_vfe()
764 if (zr->card.vfe_pol.hsync_pol) in zr36057_set_jpg()
/linux-4.4.14/drivers/gpu/ipu-v3/
Dipu-csi.c149 unsigned hsync_pol:1; member
336 csicfg->hsync_pol = (mbus_cfg->flags & in fill_csi_bus_cfg()
377 cfg.hsync_pol << CSI_SENS_CONF_HSYNC_POL_SHIFT | in ipu_csi_init_interface()
/linux-4.4.14/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()