dsi.h (225380b3e9b4b82d19de5a161aee169dbc57f353) | dsi.h (6e0eb52eba9e2c8d56e4e6826faa2bd6fd5dcf0c) |
---|---|
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, --- 22 unchanged lines hidden (view full) --- 31 MSM_DSI_PHY_28NM_HPM, 32 MSM_DSI_PHY_28NM_LP, 33 MSM_DSI_PHY_20NM, 34 MSM_DSI_PHY_28NM_8960, 35 MSM_DSI_PHY_MAX 36}; 37 38#define DSI_DEV_REGULATOR_MAX 8 | 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, --- 22 unchanged lines hidden (view full) --- 31 MSM_DSI_PHY_28NM_HPM, 32 MSM_DSI_PHY_28NM_LP, 33 MSM_DSI_PHY_20NM, 34 MSM_DSI_PHY_28NM_8960, 35 MSM_DSI_PHY_MAX 36}; 37 38#define DSI_DEV_REGULATOR_MAX 8 |
39#define DSI_BUS_CLK_MAX 4 |
|
39 40/* Regulators for DSI devices */ 41struct dsi_reg_entry { 42 char name[32]; 43 int min_voltage; 44 int max_voltage; 45 int enable_load; 46 int disable_load; --- 132 unchanged lines hidden --- | 40 41/* Regulators for DSI devices */ 42struct dsi_reg_entry { 43 char name[32]; 44 int min_voltage; 45 int max_voltage; 46 int enable_load; 47 int disable_load; --- 132 unchanged lines hidden --- |