dsi.h (eb9d6c7ebe44df4bf077e71de809bb7b216da38c) dsi.h (d91940e28970390eadcd2faa0e1751409d62f4df)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
4 */
5
6#ifndef __DSI_CONNECTOR_H__
7#define __DSI_CONNECTOR_H__
8

--- 162 unchanged lines hidden (view full) ---

171void msm_dsi_phy_get_shared_timings(struct msm_dsi_phy *phy,
172 struct msm_dsi_phy_shared_timings *shared_timing);
173void msm_dsi_phy_set_usecase(struct msm_dsi_phy *phy,
174 enum msm_dsi_phy_usecase uc);
175int msm_dsi_phy_get_clk_provider(struct msm_dsi_phy *phy,
176 struct clk **byte_clk_provider, struct clk **pixel_clk_provider);
177void msm_dsi_phy_pll_save_state(struct msm_dsi_phy *phy);
178int msm_dsi_phy_pll_restore_state(struct msm_dsi_phy *phy);
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
4 */
5
6#ifndef __DSI_CONNECTOR_H__
7#define __DSI_CONNECTOR_H__
8

--- 162 unchanged lines hidden (view full) ---

171void msm_dsi_phy_get_shared_timings(struct msm_dsi_phy *phy,
172 struct msm_dsi_phy_shared_timings *shared_timing);
173void msm_dsi_phy_set_usecase(struct msm_dsi_phy *phy,
174 enum msm_dsi_phy_usecase uc);
175int msm_dsi_phy_get_clk_provider(struct msm_dsi_phy *phy,
176 struct clk **byte_clk_provider, struct clk **pixel_clk_provider);
177void msm_dsi_phy_pll_save_state(struct msm_dsi_phy *phy);
178int msm_dsi_phy_pll_restore_state(struct msm_dsi_phy *phy);
179void msm_dsi_phy_snapshot(struct msm_disp_state *disp_state, struct msm_dsi_phy *phy);
179
180#endif /* __DSI_CONNECTOR_H__ */
181
180
181#endif /* __DSI_CONNECTOR_H__ */
182