Home
last modified time | relevance | path

Searched refs:new_selector (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/regulator/
Ddriver.h189 unsigned int new_selector);
520 unsigned int new_selector);
/Linux-v4.19/drivers/regulator/
Ds2mpa01.c53 unsigned int new_selector) in s2mpa01_regulator_set_voltage_time_sel() argument
88 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector); in s2mpa01_regulator_set_voltage_time_sel()
Dmax8997-regulator.c492 unsigned int new_selector) in max8997_set_voltage_buck_time_sel() argument
499 if (old_selector >= new_selector) in max8997_set_voltage_buck_time_sel()
523 return DIV_ROUND_UP(desc->step * (new_selector - old_selector), in max8997_set_voltage_buck_time_sel()
Drk808-regulator.c253 unsigned int new_selector) in rk808_buck1_2_set_voltage_time_sel() argument
263 return regulator_set_voltage_time_sel(rdev, old_selector, new_selector); in rk808_buck1_2_set_voltage_time_sel()
Dmax8998.c399 unsigned int new_selector) in max8998_set_voltage_buck_time_sel() argument
423 difference = (new_selector - old_selector) * desc->step / 1000; in max8998_set_voltage_buck_time_sel()
Ds2mps11.c71 unsigned int new_selector) in s2mps11_regulator_set_voltage_time_sel() argument
105 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector); in s2mps11_regulator_set_voltage_time_sel()
Dqcom_spmi-regulator.c751 unsigned int old_selector, unsigned int new_selector) in spmi_regulator_set_voltage_time_sel() argument
761 diff_uV = abs(new_selector - old_selector) * range->step_uV; in spmi_regulator_set_voltage_time_sel()
Dcore.c3298 unsigned int new_selector) in regulator_set_voltage_time_sel() argument
3307 new_volt = rdev->desc->ops->list_voltage(rdev, new_selector); in regulator_set_voltage_time_sel()