Lines Matching defs:max
271 * dev_pm_opp_get_max_clock_latency() - Get max clock latency in nanoseconds
274 * Return: This function returns the max clock latency in nanoseconds.
294 * dev_pm_opp_get_max_volt_latency() - Get max voltage latency in nanoseconds
297 * Return: This function returns the max voltage latency in nanoseconds.
308 unsigned long max;
329 uV[i].max = 0;
337 if (opp->supplies[i].u_volt_max > uV[i].max)
338 uV[i].max = opp->supplies[i].u_volt_max;
350 ret = regulator_set_voltage_time(reg, uV[i].min, uV[i].max);
364 * dev_pm_opp_get_max_transition_latency() - Get max transition latency in
368 * Return: This function returns the max transition latency, in nanoseconds, to
2945 * @u_volt_max: new OPP max voltage