Searched refs:vsync_pol (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_wp.c | 151 bool vsync_pol, hsync_pol; in hdmi_wp_video_config_interface() local 154 vsync_pol = timings->vsync_level == OMAPDSS_SIG_ACTIVE_HIGH; in hdmi_wp_video_config_interface() 158 r = FLD_MOD(r, vsync_pol, 7, 7); in hdmi_wp_video_config_interface()
|
D | hdmi5_core.c | 322 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-v4.19/drivers/staging/media/zoran/ |
D | videocodec.h | 220 unsigned int vsync_pol:1; member
|
D | zr36060.c | 615 reg = (!pol->vsync_pol ? ZR060_VPR_VSPol : 0) in zr36060_set_video()
|
D | zoran_device.c | 388 if (zr->card.vfe_pol.vsync_pol) in zr36057_set_vfe()
|
/Linux-v4.19/drivers/gpu/ipu-v3/ |
D | ipu-csi.c | 148 unsigned vsync_pol:1; member 346 csicfg->vsync_pol = (mbus_cfg->flags & in fill_csi_bus_cfg() 398 cfg.vsync_pol << CSI_SENS_CONF_VSYNC_POL_SHIFT | in ipu_csi_init_interface()
|
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | mtk_dpi.c | 102 enum mtk_dpi_polarity vsync_pol; member 206 (dpi_pol->vsync_pol == MTK_DPI_POLARITY_RISING ? 0 : VSYNC_POL); in mtk_dpi_config_pol() 472 dpi_pol.vsync_pol = vm.flags & DISPLAY_FLAGS_VSYNC_HIGH ? in mtk_dpi_set_display_mode()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi5_core.c | 333 bool vsync_pol, hsync_pol; in hdmi_core_video_config() local 335 vsync_pol = !!(vm->flags & DISPLAY_FLAGS_VSYNC_HIGH); in hdmi_core_video_config() 340 r = FLD_MOD(r, vsync_pol, 6, 6); in hdmi_core_video_config()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov5640.c | 1003 u8 vsync_pol = 0; in ov5640_set_stream_dvp() local 1049 vsync_pol = 1; in ov5640_set_stream_dvp() 1055 vsync_pol); in ov5640_set_stream_dvp()
|
/Linux-v4.19/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1049 u32 vsync_pol, hsync_pol; in intelfbhw_mode_to_hw() local 1091 vsync_pol = (var->sync & FB_SYNC_VERT_HIGH_ACT) ? in intelfbhw_mode_to_hw() 1096 (vsync_pol << ADPA_VSYNC_ACTIVE_SHIFT); in intelfbhw_mode_to_hw()
|