dsi.h (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) dsi.h (e18177cc572939ad9526bae141fc4c8f5f006de4)
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,

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

144static inline int msm_dsi_pll_set_usecase(struct msm_dsi_pll *pll,
145 enum msm_dsi_phy_usecase uc)
146{
147 return -ENODEV;
148}
149#endif
150
151/* dsi host */
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,

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

144static inline int msm_dsi_pll_set_usecase(struct msm_dsi_pll *pll,
145 enum msm_dsi_phy_usecase uc)
146{
147 return -ENODEV;
148}
149#endif
150
151/* dsi host */
152struct msm_dsi_host;
152int msm_dsi_host_xfer_prepare(struct mipi_dsi_host *host,
153 const struct mipi_dsi_msg *msg);
154void msm_dsi_host_xfer_restore(struct mipi_dsi_host *host,
155 const struct mipi_dsi_msg *msg);
156int msm_dsi_host_cmd_tx(struct mipi_dsi_host *host,
157 const struct mipi_dsi_msg *msg);
158int msm_dsi_host_cmd_rx(struct mipi_dsi_host *host,
159 const struct mipi_dsi_msg *msg);

--- 52 unchanged lines hidden ---
153int msm_dsi_host_xfer_prepare(struct mipi_dsi_host *host,
154 const struct mipi_dsi_msg *msg);
155void msm_dsi_host_xfer_restore(struct mipi_dsi_host *host,
156 const struct mipi_dsi_msg *msg);
157int msm_dsi_host_cmd_tx(struct mipi_dsi_host *host,
158 const struct mipi_dsi_msg *msg);
159int msm_dsi_host_cmd_rx(struct mipi_dsi_host *host,
160 const struct mipi_dsi_msg *msg);

--- 52 unchanged lines hidden ---