Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/regulator/
Dmachine.h159 int max_uV_step; member
/Linux-v5.4/drivers/regulator/
Dof_regulator.c186 constraints->max_uV_step = pval; in of_get_regulation_constraints()
Dcore.c3470 if (!constraints->max_uV_step || !_regulator_is_enabled(rdev)) in regulator_limit_voltage_step()
3480 if (abs(*current_uV - *min_uV) <= constraints->max_uV_step) in regulator_limit_voltage_step()
3485 *min_uV = min(*current_uV + constraints->max_uV_step, in regulator_limit_voltage_step()
3488 *min_uV = max(*current_uV - constraints->max_uV_step, in regulator_limit_voltage_step()