Home
last modified time | relevance | path

Searched refs:sdsi (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c145 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_enable() local
154 if (IS_DUAL_DSI() && mdsi && sdsi) { in dsi_mgr_phy_enable()
155 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()
157 msm_dsi_host_reset_phy(sdsi->host); in dsi_mgr_phy_enable()
163 ret = enable_phy(sdsi, src_pll_id, in dsi_mgr_phy_enable()
186 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_disable() local
193 if (IS_DUAL_DSI() && mdsi && sdsi) { in dsi_mgr_phy_disable()
194 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()
195 msm_dsi_phy_disable(sdsi->phy); in dsi_mgr_phy_disable()