Home
last modified time | relevance | path

Searched defs:hsync_end (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/media/platform/xilinx/
H A Dxilinx-vtc.h24 unsigned int hsync_end; member
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c130 u16 hsync_start, hsync_end; in dcss_ss_sync_set() local
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_tv.c320 u8 hsync_end; member
1063 int hsync_end = mode->hsync_end - mode->hdisplay + right_margin; in intel_tv_scale_mode_horiz() local
H A Dicl_dsi.c848 u16 htotal, hactive, hsync_start, hsync_end, hsync_size; in gen11_dsi_set_transcoder_timings() local
/openbmc/linux/include/drm/
H A Ddrm_modes.h261 u16 hsync_end; member
H A Dgud.h85 __le16 hsync_end; member
/openbmc/linux/drivers/video/fbdev/vermilion/
H A Dvermilion.c774 u32 htotal, hactive, hblank_start, hblank_end, hsync_start, hsync_end; in vmlfb_set_par_locked() local
/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c616 u32 vsync_end, hsync_end; in tegra_dc_sor_config_panel() local
/openbmc/linux/drivers/video/fbdev/
H A Dneofb.c258 int hsync_end = var->xres + var->right_margin + var->hsync_len; in vgaHWInit() local
/openbmc/linux/include/video/
H A Dgbe.h295 short hsync_end; /* Horizontal sync end */ member
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1045 u32 hsync_start, hsync_end, hblank_start, hblank_end, htotal, hactive; in intelfbhw_mode_to_hw() local
/openbmc/linux/include/uapi/drm/
H A Ddrm_mode.h246 __u16 hsync_end; member
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2894 bool hsync_end; in dsi_proto_timings() local
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3702 bool hsync_end; in dsi_proto_timings() local
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h1940 #define HSYNC_END(hsync_end) REG_FIELD_PREP(HSYNC_END_MASK, (hsync_end)) argument