Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Datc260x-regulator.c46 unsigned int new_selector) in atc260x_dcdc_set_voltage_time_sel() argument
50 if (new_selector > old_selector) in atc260x_dcdc_set_voltage_time_sel()
58 unsigned int new_selector) in atc260x_ldo_set_voltage_time_sel() argument
62 if (new_selector > old_selector) in atc260x_ldo_set_voltage_time_sel()
H A Dcore.c3832 int uV, int new_selector) in _regulator_set_voltage_sel_step() argument
3848 diff = new_selector - old_sel; in _regulator_set_voltage_sel_step()
3855 curr_sel < new_selector; in _regulator_set_voltage_sel_step()
3870 curr_sel > new_selector; in _regulator_set_voltage_sel_step()
3880 return _regulator_call_set_voltage_sel(rdev, uV, new_selector); in _regulator_set_voltage_sel_step()
4691 unsigned int new_selector) in regulator_set_voltage_time_sel() argument
4700 new_volt = rdev->desc->ops->list_voltage(rdev, new_selector); in regulator_set_voltage_time_sel()
H A Dqcom_spmi-regulator.c909 unsigned int old_selector, unsigned int new_selector) in spmi_regulator_set_voltage_time_sel() argument
914 diff_uV = abs(spmi_regulator_common_list_voltage(rdev, new_selector) - in spmi_regulator_set_voltage_time_sel()