Searched refs:u_volt_max (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dpm_opp.h34 * @u_volt_max: Maximum voltage in microvolts corresponding to this OPP
44 unsigned long u_volt_max; member in struct:dev_pm_opp_supply
174 unsigned long u_volt_max);
360 unsigned long u_volt_max)
358 dev_pm_opp_adjust_voltage(struct device *dev, unsigned long freq, unsigned long u_volt, unsigned long u_volt_min, unsigned long u_volt_max) argument
/linux-master/drivers/opp/
H A Dcore.c337 if (opp->supplies[i].u_volt_max > uV[i].max)
338 uV[i].max = opp->supplies[i].u_volt_max;
931 supply->u_volt_min, supply->u_volt, supply->u_volt_max);
934 supply->u_volt, supply->u_volt_max);
938 supply->u_volt_max, ret);
1863 opp->supplies[i].u_volt_max)) {
1866 opp->supplies[i].u_volt_max);
2072 new_opp->supplies[0].u_volt_max = u_volt + tol;
2947 * @u_volt_max: new OPP max voltage
2955 unsigned long u_volt_max)
2953 dev_pm_opp_adjust_voltage(struct device *dev, unsigned long freq, unsigned long u_volt, unsigned long u_volt_min, unsigned long u_volt_max) argument
[all...]
H A Ddebugfs.c118 debugfs_create_ulong("u_volt_max", S_IRUGO, d,
119 &opp->supplies[i].u_volt_max);
H A Dti-opp-supply.c245 uv_max = supply->u_volt_max;
H A Dof.c749 opp->supplies[i].u_volt_max = microvolt[j++];
752 opp->supplies[i].u_volt_max = opp->supplies[i].u_volt;
1000 new_opp->supplies[0].u_volt_max, new_opp->clock_latency_ns,

Completed in 152 milliseconds