Searched refs:max_uV_step (Results 1 – 4 of 4) sorted by relevance
196 int max_uV_step; member
189 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()
4093 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()
254 constraints->max_uV_step = pval; in of_get_regulation_constraints()