current_supply_uV 3408 drivers/regulator/core.c 		int current_supply_uV;
current_supply_uV 3425 drivers/regulator/core.c 		current_supply_uV = regulator_get_voltage_rdev(rdev->supply->rdev);
current_supply_uV 3426 drivers/regulator/core.c 		if (current_supply_uV < 0) {
current_supply_uV 3427 drivers/regulator/core.c 			ret = current_supply_uV;
current_supply_uV 3431 drivers/regulator/core.c 		supply_change_uV = best_supply_uV - current_supply_uV;