Searched refs:new_selector (Results 1 – 8 of 8) sorted by relevance
167 unsigned int new_selector);444 unsigned int new_selector);
58 unsigned int new_selector) in s2mpa01_regulator_set_voltage_time_sel() argument93 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector); in s2mpa01_regulator_set_voltage_time_sel()
202 unsigned int new_selector) in rk808_buck1_2_set_voltage_time_sel() argument212 return regulator_set_voltage_time_sel(rdev, old_selector, new_selector); in rk808_buck1_2_set_voltage_time_sel()
510 unsigned int new_selector) in max8997_set_voltage_buck_time_sel() argument517 if (old_selector >= new_selector) in max8997_set_voltage_buck_time_sel()541 return DIV_ROUND_UP(desc->step * (new_selector - old_selector), in max8997_set_voltage_buck_time_sel()
414 unsigned int new_selector) in max8998_set_voltage_buck_time_sel() argument438 difference = (new_selector - old_selector) * desc->step / 1000; in max8998_set_voltage_buck_time_sel()
81 unsigned int new_selector) in s2mps11_regulator_set_voltage_time_sel() argument115 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector); in s2mps11_regulator_set_voltage_time_sel()
697 unsigned int old_selector, unsigned int new_selector) in spmi_regulator_set_voltage_time_sel() argument707 diff_uV = abs(new_selector - old_selector) * range->step_uV; in spmi_regulator_set_voltage_time_sel()
3024 unsigned int new_selector) in regulator_set_voltage_time_sel() argument3044 new_volt = rdev->desc->ops->list_voltage(rdev, new_selector); in regulator_set_voltage_time_sel()