Searched refs:old_selector (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/regulator/ |
D | max77826-regulator.c | 165 unsigned int old_selector, 210 unsigned int old_selector, in max77826_set_voltage_time_sel() argument 213 if (new_selector > old_selector) { in max77826_set_voltage_time_sel() 215 (new_selector - old_selector), in max77826_set_voltage_time_sel()
|
D | atc260x-regulator.c | 45 unsigned int old_selector, in atc260x_dcdc_set_voltage_time_sel() argument 50 if (new_selector > old_selector) in atc260x_dcdc_set_voltage_time_sel() 57 unsigned int old_selector, in atc260x_ldo_set_voltage_time_sel() argument 62 if (new_selector > old_selector) in atc260x_ldo_set_voltage_time_sel()
|
D | s2mpa01.c | 48 unsigned int old_selector, in s2mpa01_regulator_set_voltage_time_sel() argument 83 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); in s2mpa01_regulator_set_voltage_time_sel()
|
D | max8997-regulator.c | 491 unsigned int old_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()
|
D | max8998.c | 346 unsigned int old_selector, in max8998_set_voltage_buck_time_sel() argument 368 difference = (new_selector - old_selector) * rdev->desc->uV_step / 1000; in max8998_set_voltage_buck_time_sel()
|
D | core.c | 3650 int old_selector = -1; in _regulator_do_set_voltage() local 3665 old_selector = ops->get_voltage_sel(rdev); in _regulator_do_set_voltage() 3666 if (old_selector < 0) in _regulator_do_set_voltage() 3667 return old_selector; in _regulator_do_set_voltage() 3688 if (old_selector == selector) in _regulator_do_set_voltage() 3712 if (old_selector >= 0 && old_selector != selector) in _regulator_do_set_voltage() 3713 delay = ops->set_voltage_time_sel(rdev, old_selector, in _regulator_do_set_voltage() 4377 unsigned int old_selector, in regulator_set_voltage_time_sel() argument 4386 old_volt = rdev->desc->ops->list_voltage(rdev, old_selector); in regulator_set_voltage_time_sel()
|
D | s2mps11.c | 70 unsigned int old_selector, in s2mps11_regulator_set_voltage_time_sel() argument 105 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); in s2mps11_regulator_set_voltage_time_sel()
|
D | qcom_spmi-regulator.c | 906 unsigned int old_selector, unsigned int new_selector) in spmi_regulator_set_voltage_time_sel() argument 912 spmi_regulator_common_list_voltage(rdev, old_selector)); in spmi_regulator_set_voltage_time_sel()
|
D | rk808-regulator.c | 509 unsigned int old_selector, in rk808_buck1_2_set_voltage_time_sel() argument 520 return regulator_set_voltage_time_sel(rdev, old_selector, new_selector); in rk808_buck1_2_set_voltage_time_sel()
|
/linux-6.12.1/include/linux/regulator/ |
D | driver.h | 201 unsigned int old_selector, 747 unsigned int old_selector,
|