Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/regulator/
Ds5m8767.c438 unsigned int old_sel, in s5m8767_set_voltage_time_sel() argument
447 if (old_sel < new_sel) in s5m8767_set_voltage_time_sel()
448 return DIV_ROUND_UP(desc->step * (new_sel - old_sel), in s5m8767_set_voltage_time_sel()
Dcore.c2004 int old_sel = -1; in regulator_set_voltage_time() local
2022 old_sel = i; in regulator_set_voltage_time()
2027 if (old_sel < 0 || new_sel < 0) in regulator_set_voltage_time()
2030 return ops->set_voltage_time_sel(rdev, old_sel, new_sel); in regulator_set_voltage_time()
Dab8500.c302 unsigned int old_sel, in ab8500_regulator_set_voltage_time_sel() argument