Lines Matching +full:dsi +full:- +full:phy
1 /* SPDX-License-Identifier: GPL-2.0-only */
36 /* Regulators for DSI devices */
54 /* internal dsi bridge attached to MDP interface */
58 struct msm_dsi_phy *phy; member
61 * panel/external_bridge connected to dsi bridge output, only one of the
70 /* the encoder we are hooked to (outside of dsi block) */
76 /* dsi manager */
88 /* msm dsi */
91 return msm_dsi->panel || msm_dsi->external_bridge; in msm_dsi_device_connected()
96 /* dsi host */
112 bool is_bonded_dsi, struct msm_dsi_phy *phy);
153 /* dsi phy */
168 int msm_dsi_phy_enable(struct msm_dsi_phy *phy,
171 void msm_dsi_phy_disable(struct msm_dsi_phy *phy);
172 void msm_dsi_phy_set_usecase(struct msm_dsi_phy *phy,
174 int msm_dsi_phy_get_clk_provider(struct msm_dsi_phy *phy,
176 void msm_dsi_phy_pll_save_state(struct msm_dsi_phy *phy);
177 int msm_dsi_phy_pll_restore_state(struct msm_dsi_phy *phy);
178 void msm_dsi_phy_snapshot(struct msm_disp_state *disp_state, struct msm_dsi_phy *phy);
179 bool msm_dsi_phy_set_continuous_clock(struct msm_dsi_phy *phy, bool enable);