Lines Matching refs:msm_dsi1
281 struct msm_dsi *msm_dsi1 = dsi_mgr_get_dsi(DSI_1); in dsi_mgr_bridge_pre_enable() local
297 if (is_dual_panel && msm_dsi1) { in dsi_mgr_bridge_pre_enable()
298 ret = msm_dsi_host_power_on(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
321 if (is_dual_panel && msm_dsi1) { in dsi_mgr_bridge_pre_enable()
322 ret = msm_dsi_host_enable(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
338 if (is_dual_panel && msm_dsi1) in dsi_mgr_bridge_pre_enable()
339 msm_dsi_host_disable(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
345 if (is_dual_panel && msm_dsi1) in dsi_mgr_bridge_pre_enable()
346 msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
367 struct msm_dsi *msm_dsi1 = dsi_mgr_get_dsi(DSI_1); in dsi_mgr_bridge_post_disable() local
386 if (is_dual_panel && msm_dsi1) { in dsi_mgr_bridge_post_disable()
387 ret = msm_dsi_host_disable(msm_dsi1->host); in dsi_mgr_bridge_post_disable()
400 if (is_dual_panel && msm_dsi1) { in dsi_mgr_bridge_post_disable()
401 ret = msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_post_disable()