Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c27 int desired_min_uV = 0, desired_max_uV = INT_MAX; in regulator_get_optimal_voltage() local
64 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
99 if (possible_uV > desired_max_uV) in regulator_get_optimal_voltage()
114 *max_uV = desired_max_uV; in regulator_get_optimal_voltage()
/openbmc/linux/drivers/regulator/
H A Dcore.c3913 int desired_min_uV = 0, desired_max_uV = INT_MAX; in regulator_get_optimal_voltage() local
3931 desired_max_uV = constraints->max_uV; in regulator_get_optimal_voltage()
3935 &desired_max_uV, state); in regulator_get_optimal_voltage()
3966 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
4009 if (possible_uV > desired_max_uV) in regulator_get_optimal_voltage()
4042 *max_uV = desired_max_uV; in regulator_get_optimal_voltage()