Lines Matching refs:vm_timings
425 struct omap_dss_dsi_videomode_timings vm_timings; member
2211 dsi->vm_timings.ddr_clk_always_on, 13, 13); in dsi_cio_init()
2545 if (dsi->vm_timings.ddr_clk_always_on && enable) in dsi_vc_enable_hs()
3370 if (dsi->vm_timings.trans_mode == OMAP_DSS_DSI_PULSE_MODE) in dsi_config_vp_sync_events()
3388 int blanking_mode = dsi->vm_timings.blanking_mode; in dsi_config_blanking_modes()
3389 int hfp_blanking_mode = dsi->vm_timings.hfp_blanking_mode; in dsi_config_blanking_modes()
3390 int hbp_blanking_mode = dsi->vm_timings.hbp_blanking_mode; in dsi_config_blanking_modes()
3391 int hsa_blanking_mode = dsi->vm_timings.hsa_blanking_mode; in dsi_config_blanking_modes()
3718 int hsa = dsi->vm_timings.hsa; in dsi_proto_timings()
3719 int hfp = dsi->vm_timings.hfp; in dsi_proto_timings()
3720 int hbp = dsi->vm_timings.hbp; in dsi_proto_timings()
3721 int vsa = dsi->vm_timings.vsa; in dsi_proto_timings()
3722 int vfp = dsi->vm_timings.vfp; in dsi_proto_timings()
3723 int vbp = dsi->vm_timings.vbp; in dsi_proto_timings()
3724 int window_sync = dsi->vm_timings.window_sync; in dsi_proto_timings()
3730 hsync_end = dsi->vm_timings.trans_mode == OMAP_DSS_DSI_PULSE_MODE; in dsi_proto_timings()
4843 dsi->vm_timings = ctx.dsi_vm; in dsi_set_config()