Searched refs:sdsi (Results 1 – 3 of 3) sorted by relevance
141 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_enable() local149 if (IS_BONDED_DSI() && mdsi && sdsi) { in dsi_mgr_phy_enable()150 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()152 msm_dsi_host_reset_phy(sdsi->host); in dsi_mgr_phy_enable()158 ret = enable_phy(sdsi, in dsi_mgr_phy_enable()181 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_disable() local188 if (IS_BONDED_DSI() && mdsi && sdsi) { in dsi_mgr_phy_disable()189 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()190 msm_dsi_phy_disable(sdsi->phy); in dsi_mgr_phy_disable()
27 intel-target-$(CONFIG_INTEL_SDSI) += sdsi.o
582 __ATTRIBUTE_GROUPS(sdsi);
Completed in 8 milliseconds