Searched refs:sdsi (Results 1 – 1 of 1) sorted by relevance
136 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_enable() local144 if (IS_BONDED_DSI() && mdsi && sdsi) { in dsi_mgr_phy_enable()145 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()147 msm_dsi_host_reset_phy(sdsi->host); in dsi_mgr_phy_enable()153 ret = enable_phy(sdsi, in dsi_mgr_phy_enable()176 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_disable() local183 if (IS_BONDED_DSI() && mdsi && sdsi) { in dsi_mgr_phy_disable()184 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()185 msm_dsi_phy_disable(sdsi->phy); in dsi_mgr_phy_disable()