Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dcore.c3504 int max_current_uV = 0, min_current_uV = INT_MAX; in regulator_get_optimal_voltage() local
3584 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()
3588 if (max_current_uV == 0) { in regulator_get_optimal_voltage()
3595 possible_uV = max(target_uV, max_current_uV - max_spread); in regulator_get_optimal_voltage()