Searched refs:current_supply_uV (Results 1 – 1 of 1) sorted by relevance
2874 int current_supply_uV; in regulator_set_voltage_unlocked() local2891 current_supply_uV = _regulator_get_voltage(rdev->supply->rdev); in regulator_set_voltage_unlocked()2892 if (current_supply_uV < 0) { in regulator_set_voltage_unlocked()2893 ret = current_supply_uV; in regulator_set_voltage_unlocked()2897 supply_change_uV = best_supply_uV - current_supply_uV; in regulator_set_voltage_unlocked()