Lines Matching refs:other_dsi
78 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_host_register() local
90 } else if (!other_dsi) { in dsi_mgr_host_register()
94 msm_dsi : other_dsi; in dsi_mgr_host_register()
96 other_dsi : msm_dsi; in dsi_mgr_host_register()
116 ret = msm_dsi_host_set_src_pll(other_dsi->host, src_pll); in dsi_mgr_host_register()
152 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_connector_detect() local
167 !IS_MASTER_DSI_LINK(id) && other_dsi) in dsi_mgr_connector_detect()
169 other_dsi->host, NULL); in dsi_mgr_connector_detect()
179 other_dsi && other_dsi->panel) { in dsi_mgr_connector_detect()
488 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_bridge_mode_set() local
505 if (is_dual_dsi && other_dsi) in dsi_mgr_bridge_mode_set()
506 msm_dsi_host_set_display_mode(other_dsi->host, adjusted_mode); in dsi_mgr_bridge_mode_set()