Searched refs:current_supply_uV (Results 1 – 1 of 1) sorted by relevance
3056 int current_supply_uV; in regulator_set_voltage_unlocked() local3073 current_supply_uV = _regulator_get_voltage(rdev->supply->rdev); in regulator_set_voltage_unlocked()3074 if (current_supply_uV < 0) { in regulator_set_voltage_unlocked()3075 ret = current_supply_uV; in regulator_set_voltage_unlocked()3079 supply_change_uV = best_supply_uV - current_supply_uV; in regulator_set_voltage_unlocked()