dsi.h (f5db340f19f14a8df9dfd22d71fba1513e9f1f7e) | dsi.h (f54ca1a0966bcdb525aee130a043a8adbccc5cbb) |
---|---|
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, --- 165 unchanged lines hidden (view full) --- 174 struct msm_dsi_pll *src_pll); 175void msm_dsi_host_reset_phy(struct mipi_dsi_host *host); 176void msm_dsi_host_get_phy_clk_req(struct mipi_dsi_host *host, 177 struct msm_dsi_phy_clk_request *clk_req); 178void msm_dsi_host_destroy(struct mipi_dsi_host *host); 179int msm_dsi_host_modeset_init(struct mipi_dsi_host *host, 180 struct drm_device *dev); 181int msm_dsi_host_init(struct msm_dsi *msm_dsi); | 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, --- 165 unchanged lines hidden (view full) --- 174 struct msm_dsi_pll *src_pll); 175void msm_dsi_host_reset_phy(struct mipi_dsi_host *host); 176void msm_dsi_host_get_phy_clk_req(struct mipi_dsi_host *host, 177 struct msm_dsi_phy_clk_request *clk_req); 178void msm_dsi_host_destroy(struct mipi_dsi_host *host); 179int msm_dsi_host_modeset_init(struct mipi_dsi_host *host, 180 struct drm_device *dev); 181int msm_dsi_host_init(struct msm_dsi *msm_dsi); |
182int msm_dsi_runtime_suspend(struct device *dev); 183int msm_dsi_runtime_resume(struct device *dev); |
|
182 183/* dsi phy */ 184struct msm_dsi_phy; 185struct msm_dsi_phy_shared_timings { 186 u32 clk_post; 187 u32 clk_pre; 188 bool clk_pre_inc_by_2; 189}; --- 19 unchanged lines hidden --- | 184 185/* dsi phy */ 186struct msm_dsi_phy; 187struct msm_dsi_phy_shared_timings { 188 u32 clk_post; 189 u32 clk_pre; 190 bool clk_pre_inc_by_2; 191}; --- 19 unchanged lines hidden --- |