Searched refs:best_supply_uV (Results 1 – 1 of 1) sorted by relevance
3006 int best_supply_uV = 0; in regulator_set_voltage_unlocked() local3065 best_supply_uV = _regulator_list_voltage(rdev, selector, 0); in regulator_set_voltage_unlocked()3066 if (best_supply_uV < 0) { in regulator_set_voltage_unlocked()3067 ret = best_supply_uV; in regulator_set_voltage_unlocked()3071 best_supply_uV += rdev->desc->min_dropout_uV; in regulator_set_voltage_unlocked()3079 supply_change_uV = best_supply_uV - current_supply_uV; in regulator_set_voltage_unlocked()3084 best_supply_uV, INT_MAX, state); in regulator_set_voltage_unlocked()3102 best_supply_uV, INT_MAX, state); in regulator_set_voltage_unlocked()