Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dcore.c3503 int desired_min_uV = 0, desired_max_uV = INT_MAX; in regulator_get_optimal_voltage() local
3521 desired_max_uV = constraints->max_uV; in regulator_get_optimal_voltage()
3525 &desired_max_uV, state); in regulator_get_optimal_voltage()
3556 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
3599 if (possible_uV > desired_max_uV) in regulator_get_optimal_voltage()
3632 *max_uV = desired_max_uV; in regulator_get_optimal_voltage()