Home
last modified time | relevance | path

Searched refs:max_uV_step (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/regulator/
H A Dmachine.h196 int max_uV_step; member
/linux/drivers/soc/tegra/
H A Dregulators-tegra30.c189 cpu_max_step = cpu_rdev->constraints->max_uV_step; in tegra30_voltage_update()
190 core_max_step = core_rdev->constraints->max_uV_step; in tegra30_voltage_update()
/linux/drivers/regulator/
H A Dcore.c4093 if (rdev->constraints->max_uV_step > 0) { in regulator_set_voltage_unlocked()
4115 if (delta - new_delta < rdev->constraints->max_uV_step) { in regulator_set_voltage_unlocked()
4205 if (!constraints->max_uV_step || !_regulator_is_enabled(rdev)) in regulator_limit_voltage_step()
4215 if (abs(*current_uV - *min_uV) <= constraints->max_uV_step) in regulator_limit_voltage_step()
4220 *min_uV = min(*current_uV + constraints->max_uV_step, in regulator_limit_voltage_step()
4223 *min_uV = max(*current_uV - constraints->max_uV_step, in regulator_limit_voltage_step()
H A Dof_regulator.c254 constraints->max_uV_step = pval; in of_get_regulation_constraints()