_step_uV 661 drivers/regulator/max77620-regulator.c _step_uV, _rs_add, _rs_mask) \ _step_uV 679 drivers/regulator/max77620-regulator.c .n_voltages = ((_max_uV - _min_uV) / _step_uV) + 1, \ _step_uV 681 drivers/regulator/max77620-regulator.c .uV_step = _step_uV, \ _step_uV 694 drivers/regulator/max77620-regulator.c #define RAIL_LDO(_id, _name, _sname, _type, _min_uV, _max_uV, _step_uV) \ _step_uV 711 drivers/regulator/max77620-regulator.c .n_voltages = ((_max_uV - _min_uV) / _step_uV) + 1, \ _step_uV 713 drivers/regulator/max77620-regulator.c .uV_step = _step_uV, \ _step_uV 420 drivers/regulator/qcom_spmi-regulator.c _set_point_max_uV, _max_uV, _step_uV) \ _step_uV 426 drivers/regulator/qcom_spmi-regulator.c .step_uV = _step_uV, \ _step_uV 59 drivers/regulator/rc5t583-regulator.c _vout_mask, _min_mv, _max_mv, _step_uV, _enable_mv) \ _step_uV 69 drivers/regulator/rc5t583-regulator.c .n_voltages = (_max_mv - _min_mv) * 1000 / _step_uV + 1, \ _step_uV 78 drivers/regulator/rc5t583-regulator.c .uV_step = _step_uV, \ _step_uV 61 include/linux/regulator/driver.h #define REGULATOR_LINEAR_RANGE(_min_uV, _min_sel, _max_sel, _step_uV) \ _step_uV 66 include/linux/regulator/driver.h .uV_step = _step_uV, \