/linux/drivers/regulator/ |
H A D | lm363x-regulator.c | 112 .uV_step = LM363X_STEP_50mV, 125 .uV_step = LM363X_STEP_500mV, 140 .uV_step = LM363X_STEP_50mV, 155 .uV_step = LM363X_STEP_50mV, 170 .uV_step = LM363X_STEP_50mV, 186 .uV_step = LM363X_STEP_50mV, 199 .uV_step = LM363X_STEP_50mV, 214 .uV_step = LM363X_STEP_50mV, 231 .uV_step = LM363X_STEP_50mV, 244 .uV_step = LM363X_STEP_50mV, [all …]
|
H A D | max8893.c | 30 .uV_step = 100000, 47 .uV_step = 100000, 64 .uV_step = 100000, 81 .uV_step = 100000, 98 .uV_step = 100000, 115 .uV_step = 100000,
|
H A D | pv88090-regulator.c | 48 int uV_step; member 75 .uV_step = 6250, 81 .uV_step = 6250, 86 .uV_step = 12500, 172 .uV_step = step, \ 198 .uV_step = step, \ 362 pv88090_regulator_info[i].desc.uV_step in pv88090_i2c_probe() 363 = pv88090_buck_vol[index].uV_step; in pv88090_i2c_probe() 367 /(pv88090_buck_vol[index].uV_step) + 1; in pv88090_i2c_probe()
|
H A D | s2mps11.c | 105 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); in s2mps11_regulator_set_voltage_time_sel() 106 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector); in s2mps11_regulator_set_voltage_time_sel() 366 .uV_step = step, \ 381 .uV_step = STEP_6_25_MV, \ 398 .uV_step = STEP_6_25_MV, \ 415 .uV_step = step, \ 432 .uV_step = STEP_25_MV, \ 505 .uV_step = step, \ 521 .uV_step = step, \ 538 .uV_step = step, \ [all …]
|
H A D | atc260x-regulator.c | 180 .uV_step = step, \ 218 .uV_step = step, \ 235 .uV_step = step, \ 254 .uV_step = step, \ 284 .uV_step = step, \ 347 .uV_step = 6250, \ 385 .uV_step = 100000, \ 404 .uV_step = 100000, \ 447 .uV_step = 100000, \
|
H A D | isl9305.c | 76 .uV_step = 25000, 91 .uV_step = 25000, 106 .uV_step = 50000, 121 .uV_step = 50000,
|
H A D | da9062-regulator.c | 366 .desc.uV_step = (10) * 1000, 403 .desc.uV_step = (20) * 1000, 440 .desc.uV_step = (10) * 1000, 477 .desc.uV_step = (50) * 1000, 510 .desc.uV_step = (50) * 1000, 543 .desc.uV_step = (50) * 1000, 576 .desc.uV_step = (50) * 1000, 613 .desc.uV_step = (10) * 1000, 650 .desc.uV_step = (10) * 1000, 687 .desc.uV_step = (20) * 1000, [all …]
|
H A D | s2mpa01.c | 83 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); in s2mpa01_regulator_set_voltage_time_sel() 84 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector); in s2mpa01_regulator_set_voltage_time_sel() 238 .uV_step = step, \ 255 .uV_step = STEP_6_25_MV, \ 273 .uV_step = STEP_6_25_MV, \ 291 .uV_step = step, \
|
H A D | pv88080-regulator.c | 50 int uV_step; member 98 .uV_step = 6250, 103 .uV_step = 6250, 279 .uV_step = step, \ 297 .uV_step = step, \ 476 pv88080_regulator_info[i].desc.uV_step = in pv88080_i2c_probe() 477 pv88080_buck_vol[conf2].uV_step * (conf5+1); in pv88080_i2c_probe() 481 /(pv88080_regulator_info[i].desc.uV_step) + 1; in pv88080_i2c_probe()
|
H A D | max77686-regulator.c | 319 .uV_step = MAX77686_LDO_UVSTEP, \ 337 .uV_step = MAX77686_LDO_UVSTEP, \ 355 .uV_step = MAX77686_LDO_LOW_UVSTEP, \ 373 .uV_step = MAX77686_LDO_LOW_UVSTEP, \ 392 .uV_step = MAX77686_BUCK_UVSTEP, \ 410 .uV_step = MAX77686_BUCK_UVSTEP, \ 428 .uV_step = MAX77686_DVS_UVSTEP, \
|
H A D | sun20i-regulator.c | 31 uV = desc->min_uV + (desc->uV_step * selector); in sun20i_d1_system_ldo_list_voltage() 60 .uV_step = 13333, /* repeating */ 73 .uV_step = 13333, /* repeating */
|
H A D | max77650-regulator.c | 155 .uV_step = 12500, 181 .uV_step = 25000, 211 .uV_step = 12500, 274 .uV_step = 50000, 304 .uV_step = 50000,
|
H A D | max77802-regulator.c | 321 .uV_step = 50000, \ 342 .uV_step = 25000, \ 363 .uV_step = 6250, \ 388 .uV_step = 6250, \ 414 .uV_step = 50000, \ 435 .uV_step = 50000, \
|
H A D | rt5739.c | 105 max_uV = desc->min_uV + desc->uV_step * (desc->n_voltages - 1); in rt5739_set_suspend_voltage() 115 vsel = (uV - desc->min_uV) / desc->uV_step; in rt5739_set_suspend_voltage() 229 desc->uV_step = RT5733_VOLT_STPUV; in rt5739_init_regulator_desc() 234 desc->uV_step = RT5739_VOLT_STPUV; in rt5739_init_regulator_desc()
|
H A D | rt4831-regulator.c | 105 .uV_step = STEP_UV, 123 .uV_step = STEP_UV, 142 .uV_step = STEP_UV,
|
H A D | da903x-regulator.c | 202 sel = DIV_ROUND_UP(thresh - min_uV, info->desc.uV_step); in da9030_map_ldo14_voltage() 205 sel = DIV_ROUND_UP(min_uV - thresh, info->desc.uV_step); in da9030_map_ldo14_voltage() 219 rdev->desc->uV_step * (3 - (selector & ~0x4)); in da9030_list_ldo14_voltage() 222 rdev->desc->uV_step * (selector & ~0x4); in da9030_list_ldo14_voltage() 319 .uV_step = (step) * 1000, \ 339 .uV_step = (step) * 1000, \
|
H A D | max8660.c | 261 .uV_step = MAX8660_DCDC_STEP, 271 .uV_step = MAX8660_DCDC_STEP, 281 .uV_step = MAX8660_LDO5_STEP, 291 .uV_step = MAX8660_LDO67_STEP, 301 .uV_step = MAX8660_LDO67_STEP,
|
H A D | mt6370-regulator.c | 193 .uV_step = MT6370_DBVBOOST_STPUV, 211 .uV_step = MT6370_DBVOUT_STPUV, 235 .uV_step = MT6370_DBVOUT_STPUV, 258 .uV_step = MT6370_LDO_STPUV,
|
H A D | slg51000-regulator.c | 224 .uV_step = _step, \ 293 * rdesc->uV_step); in slg51000_regulator_init() 297 * rdesc->uV_step); in slg51000_regulator_init() 318 rdesc->uV_step = 0; in slg51000_regulator_init() 328 + (vsel_range[0] * rdesc->uV_step); in slg51000_regulator_init()
|
H A D | mt6358-regulator.c | 50 .uV_step = (step), \ 103 .uV_step = (step), \ 131 .uV_step = 10000, \ 151 .uV_step = (step), \ 204 .uV_step = (step), \ 232 .uV_step = 10000, \
|
H A D | da9121-regulator.c | 448 .uV_step = DA9121_STEP_MV * 1000, 473 .uV_step = DA9121_STEP_MV * 1000, 492 .uV_step = DA9121_STEP_MV * 1000, 514 .uV_step = DA9121_STEP_MV * 1000, 533 .uV_step = DA9121_STEP_MV * 1000, 554 .uV_step = DA9121_STEP_MV * 1000, 581 .uV_step = DA914X_STEP_MV * 1000, 601 .uV_step = DA914X_STEP_MV * 1000,
|
H A D | wm8994-regulator.c | 83 .uV_step = 100000, 112 .uV_step = 100000,
|
H A D | rt4803.c | 118 vsel = (uV - rdev->desc->min_uV) / rdev->desc->uV_step; in rt4803_set_suspend_voltage() 182 desc->uV_step = RT4803_VOUT_STEPUV; in rt4803_probe()
|
H A D | qcom-pm8008-regulator.c | 99 return (uV - preg->desc.min_uV) / preg->desc.uV_step; in pm8008_regulator_get_voltage_sel() 149 desc->uV_step = desc->linear_ranges[0].step; in pm8008_regulator_probe()
|
H A D | helpers.c | 387 if (rdev->desc->n_voltages == 1 && rdev->desc->uV_step == 0) { in regulator_map_voltage_linear() 394 if (!rdev->desc->uV_step) { in regulator_map_voltage_linear() 395 BUG_ON(!rdev->desc->uV_step); in regulator_map_voltage_linear() 402 ret = DIV_ROUND_UP(min_uV - rdev->desc->min_uV, rdev->desc->uV_step); in regulator_map_voltage_linear() 554 return desc->min_uV + (desc->uV_step * selector); in regulator_desc_list_voltage_linear()
|