Searched refs:desired_max_uV (Results 1 – 2 of 2) sorted by relevance
27 int desired_min_uV = 0, desired_max_uV = INT_MAX; in regulator_get_optimal_voltage() local64 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()
3943 int desired_min_uV = 0, desired_max_uV = INT_MAX; in regulator_get_optimal_voltage() local3961 desired_max_uV = constraints->max_uV; in regulator_get_optimal_voltage()3965 &desired_max_uV, state); in regulator_get_optimal_voltage()3995 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()4038 if (possible_uV > desired_max_uV) in regulator_get_optimal_voltage()4071 *max_uV = desired_max_uV; in regulator_get_optimal_voltage()