Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A 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()
/linux/drivers/media/pci/zoran/
H A Dvideocodec.h203 unsigned int vsync_pol:1; member
H A Dzr36060.c508 reg = (!pol->vsync_pol ? ZR060_VPR_VS_POL : 0) in zr36060_set_video()
H A Dzoran_device.c293 if (zr->card.vfe_pol.vsync_pol) in zr36057_set_vfe()
/linux/drivers/gpu/drm/imx/lcdc/
H A Dimx-lcdc.c201 const int vsync_pol = (mode->flags & DRM_MODE_FLAG_PVSYNC) ? 0 : 1; in imx_lcdc_pipe_enable() local
213 FIELD_PREP(IMX21LCDC_LPCR_FLMPOL, vsync_pol) | in imx_lcdc_pipe_enable()