Home
last modified time | relevance | path

Searched refs:vmax (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/cpufreq/
Dpxa2xx-cpufreq.c69 int vmax; member
130 int vmin, vmax; in pxa_cpufreq_change_voltage() local
136 vmax = pxa_freq->vmax; in pxa_cpufreq_change_voltage()
137 if ((vmin == -1) || (vmax == -1)) in pxa_cpufreq_change_voltage()
140 ret = regulator_set_voltage(vcc_core, vmin, vmax); in pxa_cpufreq_change_voltage()
142 pr_err("Failed to set vcc_core in [%dmV..%dmV]\n", vmin, vmax); in pxa_cpufreq_change_voltage()
/linux-4.19.296/drivers/regulator/
Dtps51632-regulator.c141 unsigned int vmax; in tps51632_init_dcdc() local
148 ret = regmap_read(tps->regmap, TPS51632_VMAX_REG, &vmax); in tps51632_init_dcdc()
153 if (!(vmax & TPS51632_VMAX_LOCK)) { in tps51632_init_dcdc()
Dsc2731-regulator.c131 vstep, vmin, vmax) { \ argument
139 .n_voltages = ((vmax) - (vmin)) / (vstep) + 1, \
/linux-4.19.296/drivers/media/dvb-frontends/
Dmb86a16.c770 static int swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vm… in swp_freq_calcuation() argument
775 if ((i % 2 == 1) && (v <= vmax)) { in swp_freq_calcuation()
785 } else if ((v == vmax) && in swp_freq_calcuation()
809 } else if ((v == vmax) && in swp_freq_calcuation()
839 } else if ((v + 1 == vmax) && in swp_freq_calcuation()
907 } else if ((vmax == 0) && (vmin == 0) && (*(V + 30 + v) > SIGMIN)) { in swp_freq_calcuation()
1037 int v, vmax, vmin; in mb86a16_set_fe() local
1124 vmax = 0 ; in mb86a16_set_fe()
1127 vmax++; in mb86a16_set_fe()
1132 vmax--; in mb86a16_set_fe()
[all …]
/linux-4.19.296/include/linux/power/
Dmax17042_battery.h226 int vmax; /* in millivolts */ member