Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_wp.c148 bool vsync_pol, hsync_pol; in hdmi_wp_video_config_interface() local
151 vsync_pol = timings->vsync_level == OMAPDSS_SIG_ACTIVE_HIGH; in hdmi_wp_video_config_interface()
155 r = FLD_MOD(r, vsync_pol, 7, 7); in hdmi_wp_video_config_interface()
Dhdmi5_core.c311 bool vsync_pol, hsync_pol; in hdmi_core_video_config() local
313 vsync_pol = in hdmi_core_video_config()
320 r = FLD_MOD(r, vsync_pol, 6, 6); in hdmi_core_video_config()
/Linux-v5.4/drivers/media/platform/sunxi/sun4i-csi/
Dsun4i_dma.c231 unsigned long hsync_pol, pclk_pol, vsync_pol; in sun4i_csi_start_streaming() local
283 vsync_pol = !!(bus->flags & V4L2_MBUS_VSYNC_ACTIVE_HIGH); in sun4i_csi_start_streaming()
286 CSI_CFG_VSYNC_POL(vsync_pol) | in sun4i_csi_start_streaming()
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-csi.c139 unsigned vsync_pol:1; member
346 csicfg->vsync_pol = (mbus_cfg->flags & in fill_csi_bus_cfg()
452 cfg.vsync_pol << CSI_SENS_CONF_VSYNC_POL_SHIFT | in ipu_csi_init_interface()
/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_dpi.c93 enum mtk_dpi_polarity vsync_pol; member
203 (dpi_pol->vsync_pol == MTK_DPI_POLARITY_RISING ? 0 : VSYNC_POL); in mtk_dpi_config_pol()
456 dpi_pol.vsync_pol = vm.flags & DISPLAY_FLAGS_VSYNC_HIGH ? in mtk_dpi_set_display_mode()
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Dhdmi5_core.c322 bool vsync_pol, hsync_pol; in hdmi_core_video_config() local
324 vsync_pol = !!(vm->flags & DISPLAY_FLAGS_VSYNC_HIGH); in hdmi_core_video_config()
329 r = FLD_MOD(r, vsync_pol, 6, 6); in hdmi_core_video_config()
/Linux-v5.4/drivers/video/fbdev/intelfb/
Dintelfbhw.c1049 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()
/Linux-v5.4/drivers/media/i2c/
Dov5640.c1206 u8 vsync_pol = 0; in ov5640_set_stream_dvp() local
1242 vsync_pol = 1; in ov5640_set_stream_dvp()
1248 vsync_pol); in ov5640_set_stream_dvp()