Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dcore.c2827 int best_supply_uV = 0; in regulator_set_voltage_unlocked() local
2883 best_supply_uV = _regulator_list_voltage(regulator, selector, 0); in regulator_set_voltage_unlocked()
2884 if (best_supply_uV < 0) { in regulator_set_voltage_unlocked()
2885 ret = best_supply_uV; in regulator_set_voltage_unlocked()
2889 best_supply_uV += rdev->desc->min_dropout_uV; in regulator_set_voltage_unlocked()
2897 supply_change_uV = best_supply_uV - current_supply_uV; in regulator_set_voltage_unlocked()
2902 best_supply_uV, INT_MAX); in regulator_set_voltage_unlocked()
2916 best_supply_uV, INT_MAX); in regulator_set_voltage_unlocked()