Searched refs:new_selector (Results  1 – 10 of 10) sorted by relevance
| /Linux-v6.6/drivers/regulator/ | 
| D | max77826-regulator.c | 167 				unsigned int new_selector);212 				unsigned int new_selector)  in max77826_set_voltage_time_sel()  argument
 214 	if (new_selector > old_selector) {  in max77826_set_voltage_time_sel()
 216 				(new_selector - old_selector),  in max77826_set_voltage_time_sel()
 
 | 
| D | atc260x-regulator.c | 46 					     unsigned int new_selector)  in atc260x_dcdc_set_voltage_time_sel()  argument50 	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()
 
 | 
| D | s2mpa01.c | 49 				   unsigned int new_selector)  in s2mpa01_regulator_set_voltage_time_sel()  argument84 	new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector);  in s2mpa01_regulator_set_voltage_time_sel()
 
 | 
| D | max8997-regulator.c | 492 						unsigned int new_selector)  in max8997_set_voltage_buck_time_sel()  argument499 	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 new_selector)  in max8998_set_voltage_buck_time_sel()  argument367 	difference = (new_selector - old_selector) * rdev->desc->uV_step / 1000;  in max8998_set_voltage_buck_time_sel()
 
 | 
| D | core.c | 3520 					   int uV, int new_selector)  in _regulator_set_voltage_sel_step()  argument3536 	diff = new_selector - old_sel;  in _regulator_set_voltage_sel_step()
 3543 		     curr_sel < new_selector;  in _regulator_set_voltage_sel_step()
 3558 		     curr_sel > new_selector;  in _regulator_set_voltage_sel_step()
 3568 	return _regulator_call_set_voltage_sel(rdev, uV, new_selector);  in _regulator_set_voltage_sel_step()
 4333 				   unsigned int new_selector)  in regulator_set_voltage_time_sel()  argument
 4342 	new_volt = rdev->desc->ops->list_voltage(rdev, new_selector);  in regulator_set_voltage_time_sel()
 
 | 
| D | s2mps11.c | 70 				   unsigned int new_selector)  in s2mps11_regulator_set_voltage_time_sel()  argument105 	new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector);  in s2mps11_regulator_set_voltage_time_sel()
 
 | 
| D | rk808-regulator.c | 507 				       unsigned int new_selector)  in rk808_buck1_2_set_voltage_time_sel()  argument517 	return regulator_set_voltage_time_sel(rdev, old_selector, new_selector);  in rk808_buck1_2_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()  argument911 	diff_uV = abs(spmi_regulator_common_list_voltage(rdev, new_selector) -  in spmi_regulator_set_voltage_time_sel()
 
 | 
| /Linux-v6.6/include/linux/regulator/ | 
| D | driver.h | 207 				     unsigned int new_selector);750 				   unsigned int new_selector);
 
 |