Home
last modified time | relevance | path

Searched refs:best_supply_uV (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/regulator/
Dcore.c3006 int best_supply_uV = 0; in regulator_set_voltage_unlocked() local
3065 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()