Lines Matching refs:other_dsi
93 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_connector_detect() local
108 !IS_MASTER_PANEL(id) && other_dsi) in dsi_mgr_connector_detect()
110 other_dsi->host, NULL); in dsi_mgr_connector_detect()
120 other_dsi && other_dsi->panel) { in dsi_mgr_connector_detect()
414 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in dsi_mgr_bridge_mode_set() local
431 if (is_dual_panel && other_dsi) in dsi_mgr_bridge_mode_set()
432 msm_dsi_host_set_display_mode(other_dsi->host, adjusted_mode); in dsi_mgr_bridge_mode_set()
655 struct msm_dsi *other_dsi = dsi_mgr_get_other_dsi(id); in msm_dsi_manager_register() local
678 } else if (!other_dsi) { in msm_dsi_manager_register()
682 msm_dsi : other_dsi; in msm_dsi_manager_register()
684 other_dsi : msm_dsi; in msm_dsi_manager_register()