best_supply_uV   3399 drivers/regulator/core.c 	int best_supply_uV = 0;
best_supply_uV   3417 drivers/regulator/core.c 		best_supply_uV = _regulator_list_voltage(rdev, selector, 0);
best_supply_uV   3418 drivers/regulator/core.c 		if (best_supply_uV < 0) {
best_supply_uV   3419 drivers/regulator/core.c 			ret = best_supply_uV;
best_supply_uV   3423 drivers/regulator/core.c 		best_supply_uV += rdev->desc->min_dropout_uV;
best_supply_uV   3431 drivers/regulator/core.c 		supply_change_uV = best_supply_uV - current_supply_uV;
best_supply_uV   3436 drivers/regulator/core.c 				best_supply_uV, INT_MAX, state);
best_supply_uV   3454 drivers/regulator/core.c 				best_supply_uV, INT_MAX, state);