Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/samsung/
Dexynos-regulator-coupler.c82 int tmp_act; in regulator_get_optimal_voltage() local
84 tmp_act = regulator_get_voltage_rdev(c_rdevs[i]); in regulator_get_optimal_voltage()
85 if (tmp_act < 0) in regulator_get_optimal_voltage()
86 return tmp_act; in regulator_get_optimal_voltage()
88 min_current_uV = min(tmp_act, min_current_uV); in regulator_get_optimal_voltage()
89 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()
/Linux-v6.1/drivers/regulator/
Dcore.c3900 int tmp_act; in regulator_get_optimal_voltage() local
3905 tmp_act = regulator_get_voltage_rdev(c_rdevs[i]); in regulator_get_optimal_voltage()
3906 if (tmp_act < 0) in regulator_get_optimal_voltage()
3907 return tmp_act; in regulator_get_optimal_voltage()
3909 min_current_uV = min(tmp_act, min_current_uV); in regulator_get_optimal_voltage()
3910 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()