Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c136 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_enable() local
144 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() local
183 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()