dsi.h (c118e29033aa5b38b593ebd0e02f8b1224c20ed3) dsi.h (29e61690130adb1c27053558d2f21af88ae0334e)
1/*
2 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

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

163int msm_dsi_host_init(struct msm_dsi *msm_dsi);
164
165/* dsi phy */
166struct msm_dsi_phy;
167void msm_dsi_phy_driver_register(void);
168void msm_dsi_phy_driver_unregister(void);
169int msm_dsi_phy_enable(struct msm_dsi_phy *phy, int src_pll_id,
170 const unsigned long bit_rate, const unsigned long esc_rate);
1/*
2 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

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

163int msm_dsi_host_init(struct msm_dsi *msm_dsi);
164
165/* dsi phy */
166struct msm_dsi_phy;
167void msm_dsi_phy_driver_register(void);
168void msm_dsi_phy_driver_unregister(void);
169int msm_dsi_phy_enable(struct msm_dsi_phy *phy, int src_pll_id,
170 const unsigned long bit_rate, const unsigned long esc_rate);
171int msm_dsi_phy_disable(struct msm_dsi_phy *phy);
171void msm_dsi_phy_disable(struct msm_dsi_phy *phy);
172void msm_dsi_phy_get_clk_pre_post(struct msm_dsi_phy *phy,
173 u32 *clk_pre, u32 *clk_post);
174struct msm_dsi_pll *msm_dsi_phy_get_pll(struct msm_dsi_phy *phy);
175
176#endif /* __DSI_CONNECTOR_H__ */
177
172void msm_dsi_phy_get_clk_pre_post(struct msm_dsi_phy *phy,
173 u32 *clk_pre, u32 *clk_post);
174struct msm_dsi_pll *msm_dsi_phy_get_pll(struct msm_dsi_phy *phy);
175
176#endif /* __DSI_CONNECTOR_H__ */
177