Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/samsung/
H A 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()
/openbmc/linux/drivers/regulator/
H A Dcore.c3984 int tmp_act; in regulator_get_optimal_voltage() local
3989 tmp_act = regulator_get_voltage_rdev(c_rdevs[i]); in regulator_get_optimal_voltage()
3990 if (tmp_act < 0) in regulator_get_optimal_voltage()
3991 return tmp_act; in regulator_get_optimal_voltage()
3993 min_current_uV = min(tmp_act, min_current_uV); in regulator_get_optimal_voltage()
3994 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()