| /Linux-v5.10/drivers/regulator/ |
| 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 …]
|
| 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()
|
| D | s2mps11.c | 104 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); in s2mps11_regulator_set_voltage_time_sel() 105 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector); in s2mps11_regulator_set_voltage_time_sel() 365 .uV_step = step, \ 380 .uV_step = STEP_6_25_MV, \ 397 .uV_step = STEP_6_25_MV, \ 414 .uV_step = step, \ 431 .uV_step = STEP_25_MV, \ 504 .uV_step = step, \ 520 .uV_step = step, \ 537 .uV_step = step, \ [all …]
|
| D | isl9305.c | 76 .uV_step = 25000, 91 .uV_step = 25000, 106 .uV_step = 50000, 121 .uV_step = 50000,
|
| D | s2mpa01.c | 84 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); in s2mpa01_regulator_set_voltage_time_sel() 85 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector); in s2mpa01_regulator_set_voltage_time_sel() 239 .uV_step = step, \ 256 .uV_step = STEP_6_25_MV, \ 274 .uV_step = STEP_6_25_MV, \ 292 .uV_step = step, \
|
| 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 …]
|
| D | pv88080-regulator.c | 54 int uV_step; member 102 .uV_step = 6250, 107 .uV_step = 6250, 293 .uV_step = step, \ 311 .uV_step = step, \ 508 pv88080_regulator_info[i].desc.uV_step = in pv88080_i2c_probe() 509 pv88080_buck_vol[conf2].uV_step * (conf5+1); in pv88080_i2c_probe() 513 /(pv88080_regulator_info[i].desc.uV_step) + 1; in pv88080_i2c_probe()
|
| D | max77686-regulator.c | 347 .uV_step = MAX77686_LDO_UVSTEP, \ 365 .uV_step = MAX77686_LDO_UVSTEP, \ 383 .uV_step = MAX77686_LDO_LOW_UVSTEP, \ 401 .uV_step = MAX77686_LDO_LOW_UVSTEP, \ 420 .uV_step = MAX77686_BUCK_UVSTEP, \ 438 .uV_step = MAX77686_BUCK_UVSTEP, \ 456 .uV_step = MAX77686_DVS_UVSTEP, \
|
| D | max77650-regulator.c | 157 .uV_step = 12500, 183 .uV_step = 25000, 213 .uV_step = 12500, 276 .uV_step = 50000, 306 .uV_step = 50000,
|
| D | max77802-regulator.c | 363 .uV_step = 50000, \ 384 .uV_step = 25000, \ 405 .uV_step = 6250, \ 426 .uV_step = 6250, \ 448 .uV_step = 50000, \ 469 .uV_step = 50000, \
|
| 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,
|
| 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, \
|
| D | rt5033-regulator.c | 44 .uV_step = RT5033_REGULATOR_BUCK_VOLTAGE_STEP, 60 .uV_step = RT5033_REGULATOR_LDO_VOLTAGE_STEP,
|
| 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()
|
| D | tps80031-regulator.c | 443 .uV_step = 100000, \ 629 ri->rinfo->desc.uV_step = 12500; in check_smps_mode_mult() 643 ri->rinfo->desc.uV_step = 12660; in check_smps_mode_mult() 647 ri->rinfo->desc.uV_step = 12500; in check_smps_mode_mult() 651 ri->rinfo->desc.uV_step = 38600; in check_smps_mode_mult() 655 ri->rinfo->desc.uV_step = 38600; in check_smps_mode_mult()
|
| D | helpers.c | 367 if (rdev->desc->n_voltages == 1 && rdev->desc->uV_step == 0) { in regulator_map_voltage_linear() 374 if (!rdev->desc->uV_step) { in regulator_map_voltage_linear() 375 BUG_ON(!rdev->desc->uV_step); in regulator_map_voltage_linear() 382 ret = DIV_ROUND_UP(min_uV - rdev->desc->min_uV, rdev->desc->uV_step); in regulator_map_voltage_linear() 531 return rdev->desc->min_uV + (rdev->desc->uV_step * selector); in regulator_list_voltage_linear()
|
| D | mp5416.c | 60 .uV_step = MP5416_VOLT ##_vsel## _STEP, \ 84 .uV_step = MP5416_VOLT2_STEP, \
|
| D | ltc3676.c | 166 rdesc->uV_step = ltc3676_scale(desc->uV_step, r[0], r[1]); in ltc3676_of_parse_cb() 203 .uV_step = (dvba_reg) ? 12500 : 0, \
|
| D | rt4801-regulator.c | 128 .uV_step = STEP_UV, 141 .uV_step = STEP_UV,
|
| D | ltc3589.c | 215 rdesc->uV_step = ltc3589_scale(desc->uV_step, r[0], r[1]); in ltc3589_of_parse_cb() 229 .uV_step = (go_bit) ? 12500 : 0, \
|
| D | max8907-regulator.c | 56 .uV_step = (step), \ 99 .uV_step = (step), \ 306 pmic->desc[MAX8907_SD1].uV_step = 12500; in max8907_regulator_probe()
|
| D | wm8400-regulator.c | 182 .uV_step = 25000, 196 .uV_step = 25000,
|
| D | max77826-regulator.c | 127 .uV_step = MAX77826_ ## _type ## _LDO_VOLT_STEP, \ 144 .uV_step = MAX77826_ ## _id ## _VOLT_STEP, \
|
| D | pfuze100-regulator.c | 253 .uV_step = (step), \ 291 .uV_step = (step), \ 327 .uV_step = (step), \ 369 .uV_step = (step), \ 826 desc->uV_step = 50000; in pfuze100_regulator_probe()
|
| D | max8925-regulator.c | 167 .uV_step = step * 1000, \ 185 .uV_step = step * 1000, \
|