Searched refs:dvfs (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/cpufreq/ |
D | s3c64xx-cpufreq.c | 59 struct s3c64xx_dvfs *dvfs; in s3c64xx_cpufreq_set_target() local 65 dvfs = &s3c64xx_dvfs_table[s3c64xx_freq_table[index].driver_data]; in s3c64xx_cpufreq_set_target() 70 dvfs->vddarm_min, in s3c64xx_cpufreq_set_target() 71 dvfs->vddarm_max); in s3c64xx_cpufreq_set_target() 90 dvfs->vddarm_min, in s3c64xx_cpufreq_set_target() 91 dvfs->vddarm_max); in s3c64xx_cpufreq_set_target() 114 struct s3c64xx_dvfs *dvfs; in s3c64xx_cpufreq_config_regulator() local 125 dvfs = &s3c64xx_dvfs_table[freq->driver_data]; in s3c64xx_cpufreq_config_regulator() 130 if (v >= dvfs->vddarm_min && v <= dvfs->vddarm_max) in s3c64xx_cpufreq_config_regulator()
|
D | s3c2416-cpufreq.c | 124 struct s3c2416_dvfs *dvfs; in s3c2416_cpufreq_enter_dvs() local 144 dvfs = &s3c2416_dvfs_table[idx]; in s3c2416_cpufreq_enter_dvs() 147 dvfs->vddarm_min, dvfs->vddarm_max); in s3c2416_cpufreq_enter_dvs() 149 dvfs->vddarm_min, in s3c2416_cpufreq_enter_dvs() 150 dvfs->vddarm_max); in s3c2416_cpufreq_enter_dvs() 166 struct s3c2416_dvfs *dvfs; in s3c2416_cpufreq_leave_dvs() local 177 dvfs = &s3c2416_dvfs_table[idx]; in s3c2416_cpufreq_leave_dvs() 180 dvfs->vddarm_min, dvfs->vddarm_max); in s3c2416_cpufreq_leave_dvs() 182 dvfs->vddarm_min, in s3c2416_cpufreq_leave_dvs() 183 dvfs->vddarm_max); in s3c2416_cpufreq_leave_dvs() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | tps51632-regulator.txt | 8 - ti,enable-pwm-dvfs: Enable the DVFS voltage control through the PWM interface. 9 - ti,dvfs-step-20mV: The 20mV step voltage when PWM DVFS enabled. Missing this 25 ti,enable-pwm-dvfs; 26 ti,dvfs-step-20mV;
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm_adsp.h | 59 struct regulator *dvfs; member 82 int wm_adsp2_init(struct wm_adsp *adsp, bool dvfs);
|
D | wm_adsp.c | 1534 if (dsp->dvfs) { in wm_adsp2_boot_work() 1543 ret = regulator_enable(dsp->dvfs); in wm_adsp2_boot_work() 1551 ret = regulator_set_voltage(dsp->dvfs, in wm_adsp2_boot_work() 1656 if (dsp->dvfs) { in wm_adsp2_event() 1657 ret = regulator_set_voltage(dsp->dvfs, 1200000, in wm_adsp2_event() 1664 ret = regulator_disable(dsp->dvfs); in wm_adsp2_event() 1697 int wm_adsp2_init(struct wm_adsp *adsp, bool dvfs) in wm_adsp2_init() argument 1716 if (dvfs) { in wm_adsp2_init() 1717 adsp->dvfs = devm_regulator_get(adsp->dev, "DCVDD"); in wm_adsp2_init() 1718 if (IS_ERR(adsp->dvfs)) { in wm_adsp2_init() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | max8998.txt | 43 preprogrammed buck dvfs voltages.
|