Home
last modified time | relevance | path

Searched refs:linear_min_sel (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/regulator/
Ds2mps11.c401 .linear_min_sel = min_sel, \
417 .linear_min_sel = min_sel, \
434 .linear_min_sel = min_sel, \
451 .linear_min_sel = min_sel, \
634 .linear_min_sel = min_sel, \
790 .linear_min_sel = S2MPU02_LDO_GROUP1_START_SEL, \
805 .linear_min_sel = S2MPU02_LDO_GROUP2_START_SEL, \
820 .linear_min_sel = S2MPU02_LDO_GROUP1_START_SEL, \
835 .linear_min_sel = S2MPU02_LDO_GROUP2_START_SEL, \
850 .linear_min_sel = S2MPU02_LDO_GROUP3_START_SEL, \
[all …]
Dhelpers.c266 ret += rdev->desc->linear_min_sel; in regulator_map_voltage_linear()
354 if (selector < rdev->desc->linear_min_sel) in regulator_list_voltage_linear()
357 selector -= rdev->desc->linear_min_sel; in regulator_list_voltage_linear()
Dpcf50633-regulator.c35 .linear_min_sel = _min_sel, \
Das3722-regulator.c809 as3722_regs->desc[id].linear_min_sel = 1; in as3722_regulator_probe()
819 as3722_regs->desc[id].linear_min_sel = 1; in as3722_regulator_probe()
850 as3722_regs->desc[id].linear_min_sel = 1; in as3722_regulator_probe()
Dda9055-regulator.c379 .linear_min_sel = (voffset),\
407 .linear_min_sel = (voffset),\
Danatop-regulator.c261 rdesc->linear_min_sel = sreg->min_bit_val; in anatop_regulator_probe()
Dtps51632-regulator.c289 tps->desc.linear_min_sel = TPS51632_MIN_VSEL; in tps51632_probe()
Dda9063-regulator.c70 .desc.linear_min_sel = DA9063_V##regl_name##_BIAS, \
91 .desc.linear_min_sel = DA9063_VBUCK_BIAS, \
Dpalmas-regulator.c897 desc->linear_min_sel = 1; in palmas_ldo_registration()
1009 desc->linear_min_sel = 1; in tps65917_ldo_registration()
Dtps80031-regulator.c459 .linear_min_sel = 1, \
Dcore.c2289 if (rdev->desc->n_voltages - rdev->desc->linear_min_sel > 1) in regulator_can_change_voltage()
/linux-4.1.27/include/linux/regulator/
Ddriver.h280 unsigned int linear_min_sel; member