Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c80 struct msm_dsi_pll *src_pll; in dsi_mgr_host_register() local
88 src_pll = msm_dsi_phy_get_pll(msm_dsi->phy); in dsi_mgr_host_register()
89 ret = msm_dsi_host_set_src_pll(msm_dsi->host, src_pll); in dsi_mgr_host_register()
112 src_pll = msm_dsi_phy_get_pll(clk_master_dsi->phy); in dsi_mgr_host_register()
113 ret = msm_dsi_host_set_src_pll(msm_dsi->host, src_pll); in dsi_mgr_host_register()
116 ret = msm_dsi_host_set_src_pll(other_dsi->host, src_pll); in dsi_mgr_host_register()
437 struct msm_dsi_pll *src_pll; in dsi_mgr_bridge_post_disable() local
472 src_pll = msm_dsi_phy_get_pll(msm_dsi->phy); in dsi_mgr_bridge_post_disable()
473 msm_dsi_pll_save_state(src_pll); in dsi_mgr_bridge_post_disable()
Ddsi.h159 struct msm_dsi_pll *src_pll);
Ddsi_host.c1768 struct msm_dsi_pll *src_pll) in msm_dsi_host_set_src_pll() argument
1774 ret = msm_dsi_pll_get_clk_provider(src_pll, in msm_dsi_host_set_src_pll()