Searched refs:uV_step (Results 1 - 25 of 98) sorted by relevance

1234

/linux-master/drivers/regulator/
H A Dmax8893.c30 .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 Dlm363x-regulator.c112 .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
[all...]
H A Dpv88090-regulator.c48 int uV_step; member in struct:pv88090_buck_voltage
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
363 = pv88090_buck_vol[index].uV_step;
367 /(pv88090_buck_vol[index].uV_step) + 1;
H A Dsun20i-regulator.c21 /* regulator_list_voltage_linear() modified for the non-integral uV_step. */
31 uV = desc->min_uV + (desc->uV_step * selector);
60 .uV_step = 13333, /* repeating */
73 .uV_step = 13333, /* repeating */
H A Disl9305.c76 .uV_step = 25000,
91 .uV_step = 25000,
106 .uV_step = 50000,
121 .uV_step = 50000,
H A Datc260x-regulator.c180 .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 Ds2mpa01.c83 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector);
84 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector);
238 .uV_step = step, \
255 .uV_step = STEP_6_25_MV, \
273 .uV_step = STEP_6_25_MV, \
291 .uV_step = step, \
H A Dpv88080-regulator.c50 int uV_step; member in struct:pv88080_buck_voltage
98 .uV_step = 6250,
103 .uV_step = 6250,
279 .uV_step = step, \
297 .uV_step = step, \
476 pv88080_regulator_info[i].desc.uV_step =
477 pv88080_buck_vol[conf2].uV_step * (conf5+1);
481 /(pv88080_regulator_info[i].desc.uV_step) + 1;
H A Ds2mps11.c104 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector);
105 new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector);
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
[all...]
H A Drt5739.c105 max_uV = desc->min_uV + desc->uV_step * (desc->n_voltages - 1);
115 vsel = (uV - desc->min_uV) / desc->uV_step;
229 desc->uV_step = RT5733_VOLT_STPUV;
234 desc->uV_step = RT5739_VOLT_STPUV;
H A Dmax77686-regulator.c319 .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 Dmax77650-regulator.c157 .uV_step = 12500,
183 .uV_step = 25000,
213 .uV_step = 12500,
276 .uV_step = 50000,
306 .uV_step = 50000,
H A Dda9062-regulator.c366 .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
[all...]
H A Dmax77802-regulator.c321 .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 Drt4803.c118 vsel = (uV - rdev->desc->min_uV) / rdev->desc->uV_step;
182 desc->uV_step = RT4803_VOUT_STEPUV;
H A Dmt6370-regulator.c193 .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 Drt4831-regulator.c105 .uV_step = STEP_UV,
123 .uV_step = STEP_UV,
142 .uV_step = STEP_UV,
H A Dmax8660.c261 .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 Dda903x-regulator.c202 sel = DIV_ROUND_UP(thresh - min_uV, info->desc.uV_step);
205 sel = DIV_ROUND_UP(min_uV - thresh, info->desc.uV_step);
219 rdev->desc->uV_step * (3 - (selector & ~0x4));
222 rdev->desc->uV_step * (selector & ~0x4);
319 .uV_step = (step) * 1000, \
339 .uV_step = (step) * 1000, \
H A Dpcf50633-regulator.c29 .uV_step = _uV_step, \
H A Dsy8106a-regulator.c50 .uV_step = (SY8106A_STEP_MV * 1000),
H A Dtps6286x-regulator.c95 .uV_step = TPS6286X_STEP_MV * 1000,
H A Dmax8925-regulator.c167 .uV_step = step * 1000, \
185 .uV_step = step * 1000, \
H A Dwm8994-regulator.c83 .uV_step = 100000,
112 .uV_step = 100000,
H A Dwm8400-regulator.c182 .uV_step = 25000,
196 .uV_step = 25000,

Completed in 158 milliseconds

1234