Searched refs:linear_min_sel (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | da9062-regulator.c | 442 .desc.linear_min_sel = 0, 480 .desc.linear_min_sel = 0, 518 .desc.linear_min_sel = 0, 554 .desc.linear_min_sel = 0, 586 .desc.linear_min_sel = 0, 618 .desc.linear_min_sel = 0, 650 .desc.linear_min_sel = 0, 688 .desc.linear_min_sel = 0, 726 .desc.linear_min_sel = 0, 764 .desc.linear_min_sel = 0, [all …]
|
D | s2mps11.c | 392 .linear_min_sel = min_sel, \ 408 .linear_min_sel = min_sel, \ 425 .linear_min_sel = min_sel, \ 442 .linear_min_sel = min_sel, \ 625 .linear_min_sel = min_sel, \ 909 .linear_min_sel = S2MPU02_LDO_GROUP1_START_SEL, \ 924 .linear_min_sel = S2MPU02_LDO_GROUP2_START_SEL, \ 939 .linear_min_sel = S2MPU02_LDO_GROUP1_START_SEL, \ 954 .linear_min_sel = S2MPU02_LDO_GROUP2_START_SEL, \ 969 .linear_min_sel = S2MPU02_LDO_GROUP3_START_SEL, \ [all …]
|
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 | 834 as3722_regs->desc[id].linear_min_sel = 1; in as3722_regulator_probe() 844 as3722_regs->desc[id].linear_min_sel = 1; in as3722_regulator_probe() 893 as3722_regs->desc[id].linear_min_sel = 1; in as3722_regulator_probe()
|
D | da9055-regulator.c | 380 .linear_min_sel = (voffset),\ 408 .linear_min_sel = (voffset),\
|
D | bd9571mwv-regulator.c | 56 .linear_min_sel = _lmin, \
|
D | anatop-regulator.c | 254 rdesc->linear_min_sel = sreg->min_bit_val; in anatop_regulator_probe()
|
D | tps51632-regulator.c | 292 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 | 930 desc->linear_min_sel = 1; in palmas_ldo_registration() 1051 desc->linear_min_sel = 1; in tps65917_ldo_registration()
|
D | tps80031-regulator.c | 459 .linear_min_sel = 1, \
|
/Linux-v4.19/include/linux/regulator/ |
D | driver.h | 335 unsigned int linear_min_sel; member
|