Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c152 struct msm_dsi *mdsi = dsi_mgr_get_dsi(DSI_CLOCK_MASTER); in dsi_mgr_phy_enable() local
162 if (IS_DUAL_DSI() && mdsi && sdsi) { in dsi_mgr_phy_enable()
163 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()
164 msm_dsi_host_reset_phy(mdsi->host); in dsi_mgr_phy_enable()
167 ret = enable_phy(mdsi, src_pll_id, in dsi_mgr_phy_enable()
174 msm_dsi_phy_disable(mdsi->phy); in dsi_mgr_phy_enable()
193 struct msm_dsi *mdsi = dsi_mgr_get_dsi(DSI_CLOCK_MASTER); in dsi_mgr_phy_disable() local
201 if (IS_DUAL_DSI() && mdsi && sdsi) { in dsi_mgr_phy_disable()
202 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()
204 msm_dsi_phy_disable(mdsi->phy); in dsi_mgr_phy_disable()
/Linux-v4.19/drivers/gpu/drm/hisilicon/kirin/
Ddw_drm_dsi.c727 struct mipi_dsi_device *mdsi) in dsi_host_attach() argument
731 if (mdsi->lanes < 1 || mdsi->lanes > 4) { in dsi_host_attach()
736 dsi->lanes = mdsi->lanes; in dsi_host_attach()
737 dsi->format = mdsi->format; in dsi_host_attach()
738 dsi->mode_flags = mdsi->mode_flags; in dsi_host_attach()
744 struct mipi_dsi_device *mdsi) in dsi_host_detach() argument