u_volt_max        236 drivers/opp/core.c 			if (opp->supplies[i].u_volt_max > uV[i].max)
u_volt_max        237 drivers/opp/core.c 				uV[i].max = opp->supplies[i].u_volt_max;
u_volt_max        641 drivers/opp/core.c 		supply->u_volt_min, supply->u_volt, supply->u_volt_max);
u_volt_max        644 drivers/opp/core.c 					    supply->u_volt, supply->u_volt_max);
u_volt_max        648 drivers/opp/core.c 			supply->u_volt_max, ret);
u_volt_max       1274 drivers/opp/core.c 					opp->supplies[i].u_volt_max)) {
u_volt_max       1277 drivers/opp/core.c 				opp->supplies[i].u_volt_max);
u_volt_max       1404 drivers/opp/core.c 	new_opp->supplies[0].u_volt_max = u_volt + tol;
u_volt_max         57 drivers/opp/debugfs.c 				     &opp->supplies[i].u_volt_max);
u_volt_max        493 drivers/opp/of.c 			opp->supplies[i].u_volt_max = opp->supplies[i].u_volt;
u_volt_max        496 drivers/opp/of.c 			opp->supplies[i].u_volt_max = microvolt[j++];
u_volt_max        636 drivers/opp/of.c 		 new_opp->supplies[0].u_volt_max, new_opp->clock_latency_ns);
u_volt_max        240 drivers/opp/ti-opp-supply.c 		uv_max = supply->u_volt_max;
u_volt_max         39 include/linux/pm_opp.h 	unsigned long u_volt_max;