Searched refs:linear_min_sel (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/regulator/ |
D | s2mps11.c | 401 .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 …]
|
D | da9062-regulator.c | 425 .desc.linear_min_sel = 0, 463 .desc.linear_min_sel = 0, 501 .desc.linear_min_sel = 0, 539 .desc.linear_min_sel = 0, 575 .desc.linear_min_sel = 0, 607 .desc.linear_min_sel = 0, 639 .desc.linear_min_sel = 0, 671 .desc.linear_min_sel = 0,
|
D | helpers.c | 266 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()
|
D | pcf50633-regulator.c | 35 .linear_min_sel = _min_sel, \
|
D | as3722-regulator.c | 809 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()
|
D | da9055-regulator.c | 379 .linear_min_sel = (voffset),\ 407 .linear_min_sel = (voffset),\
|
D | anatop-regulator.c | 263 rdesc->linear_min_sel = sreg->min_bit_val; in anatop_regulator_probe()
|
D | tps51632-regulator.c | 289 tps->desc.linear_min_sel = TPS51632_MIN_VSEL; in tps51632_probe()
|
D | da9063-regulator.c | 70 .desc.linear_min_sel = DA9063_V##regl_name##_BIAS, \ 91 .desc.linear_min_sel = DA9063_VBUCK_BIAS, \
|
D | palmas-regulator.c | 897 desc->linear_min_sel = 1; in palmas_ldo_registration() 1009 desc->linear_min_sel = 1; in tps65917_ldo_registration()
|
D | tps80031-regulator.c | 459 .linear_min_sel = 1, \
|
D | core.c | 2482 if (rdev->desc->n_voltages - rdev->desc->linear_min_sel > 1) in regulator_can_change_voltage()
|
/linux-4.4.14/include/linux/regulator/ |
D | driver.h | 293 unsigned int linear_min_sel; member
|