Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c29 int highest_min_uV = 0, target_uV, possible_uV; in regulator_get_optimal_voltage() local
75 target_uV = max(desired_min_uV, highest_min_uV - max_spread); in regulator_get_optimal_voltage()
96 possible_uV = max(target_uV, max_current_uV - max_spread); in regulator_get_optimal_voltage()
102 done = (possible_uV == target_uV); in regulator_get_optimal_voltage()
/openbmc/linux/drivers/mmc/core/
H A Dregulator.c139 int min_uV, int target_uV, in mmc_regulator_set_voltage_if_supported() argument
156 if (current_uV == target_uV) in mmc_regulator_set_voltage_if_supported()
159 return regulator_set_voltage_triplet(regulator, min_uV, target_uV, in mmc_regulator_set_voltage_if_supported()
/openbmc/linux/include/linux/regulator/
H A Dconsumer.h698 int min_uV, int target_uV, in regulator_set_voltage_triplet() argument
701 if (regulator_set_voltage(regulator, target_uV, max_uV) == 0) in regulator_set_voltage_triplet()
718 int target_uV, int tol_uV) in regulator_is_supported_voltage_tol() argument
721 target_uV - tol_uV, in regulator_is_supported_voltage_tol()
722 target_uV + tol_uV); in regulator_is_supported_voltage_tol()
/openbmc/linux/include/linux/mfd/
H A Dtwl.h695 int (*set_voltage)(void *data, int target_uV);
/openbmc/linux/drivers/regulator/
H A Dcore.c3915 int highest_min_uV = 0, target_uV, possible_uV; in regulator_get_optimal_voltage() local
3977 target_uV = max(desired_min_uV, highest_min_uV - max_spread); in regulator_get_optimal_voltage()
3999 possible_uV = target_uV; in regulator_get_optimal_voltage()
4005 possible_uV = max(target_uV, max_current_uV - max_spread); in regulator_get_optimal_voltage()
4012 done = (possible_uV == target_uV); in regulator_get_optimal_voltage()