Searched refs:linear_min_sel (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | da9062-regulator.c | 376 .desc.linear_min_sel = 0, 413 .desc.linear_min_sel = 0, 450 .desc.linear_min_sel = 0, 484 .desc.linear_min_sel = DA9062AA_VLDO_A_MIN_SEL, 517 .desc.linear_min_sel = DA9062AA_VLDO_A_MIN_SEL, 550 .desc.linear_min_sel = DA9062AA_VLDO_A_MIN_SEL, 583 .desc.linear_min_sel = DA9062AA_VLDO_A_MIN_SEL, 623 .desc.linear_min_sel = 0, 660 .desc.linear_min_sel = 0, 697 .desc.linear_min_sel = 0, [all …]
|
H A D | s2mps11.c | 381 .linear_min_sel = 8, \ 398 .linear_min_sel = 8, \ 415 .linear_min_sel = min_sel, \ 505 .linear_min_sel = min_sel, \ 521 .linear_min_sel = min_sel, \ 538 .linear_min_sel = min_sel, \ 555 .linear_min_sel = min_sel, \ 653 .linear_min_sel = min_sel, \ 949 .linear_min_sel = S2MPU02_LDO_GROUP1_START_SEL, \ 964 .linear_min_sel = S2MPU02_LDO_GROUP2_START_SEL, \ [all …]
|
H A D | da9121-regulator.c | 450 .linear_min_sel = DA9121_MIN_SEL, 475 .linear_min_sel = DA9121_MIN_SEL, 494 .linear_min_sel = DA9121_MIN_SEL, 516 .linear_min_sel = DA9121_MIN_SEL, 535 .linear_min_sel = DA9121_MIN_SEL, 556 .linear_min_sel = DA9121_MIN_SEL, 583 .linear_min_sel = DA914X_MIN_SEL, 603 .linear_min_sel = DA914X_MIN_SEL,
|
H A D | slg51000-regulator.c | 225 .linear_min_sel = 0, \ 288 rdesc->linear_min_sel = vsel_range[0]; in slg51000_regulator_init() 319 rdesc->linear_min_sel = 0; in slg51000_regulator_init() 325 rdesc->linear_min_sel = vsel_range[0]; in slg51000_regulator_init()
|
H A D | helpers.c | 406 ret += rdev->desc->linear_min_sel; in regulator_map_voltage_linear() 549 if (selector < desc->linear_min_sel) in regulator_desc_list_voltage_linear() 552 selector -= desc->linear_min_sel; in regulator_desc_list_voltage_linear() 692 if (selector < rdev->desc->linear_min_sel) in regulator_list_voltage_table()
|
H A D | pcf50633-regulator.c | 30 .linear_min_sel = _min_sel, \
|
H A D | max20411-regulator.c | 87 .linear_min_sel = MAX20411_MIN_SEL,
|
H A D | as3722-regulator.c | 687 desc->linear_min_sel = 1; in as3722_regulator_probe() 701 desc->linear_min_sel = 1; in as3722_regulator_probe() 749 desc->linear_min_sel = 1; in as3722_regulator_probe()
|
H A D | da9055-regulator.c | 345 .linear_min_sel = (voffset),\ 375 .linear_min_sel = (voffset),\
|
H A D | bd9571mwv-regulator.c | 49 .linear_min_sel = _lmin, \
|
H A D | anatop-regulator.c | 246 rdesc->linear_min_sel = min_bit_val; in anatop_regulator_probe()
|
H A D | tps51632-regulator.c | 278 tps->desc.linear_min_sel = TPS51632_MIN_VSEL; in tps51632_probe()
|
H A D | scmi-regulator.c | 175 sreg->desc.linear_min_sel = 0; in scmi_config_linear_regulator_mappings()
|
H A D | da9063-regulator.c | 104 .desc.linear_min_sel = DA9063_V##regl_name##_BIAS, \ 129 .desc.linear_min_sel = DA9063_VBUCK_BIAS, \
|
H A D | rt6190-regulator.c | 287 .linear_min_sel = RT6190_OUTV_MINSEL,
|
H A D | mcp16502.c | 120 .linear_min_sel = VDD_LOW_SEL, \
|
H A D | palmas-regulator.c | 928 desc->linear_min_sel = 1; in palmas_ldo_registration() 1046 desc->linear_min_sel = 1; in tps65917_ldo_registration()
|
H A D | core.c | 3235 if (selector < rdev->desc->linear_min_sel) in _regulator_list_voltage() 3389 if (selector < rdev->desc->linear_min_sel) in regulator_list_hardware_vsel() 4305 if (i < rdev->desc->linear_min_sel) in regulator_set_voltage_time()
|
/openbmc/linux/include/linux/regulator/ |
H A D | driver.h | 384 unsigned int linear_min_sel; member
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | pmbus_core.c | 3121 selector < rdev->desc->linear_min_sel) in pmbus_regulator_list_voltage() 3124 selector -= rdev->desc->linear_min_sel; in pmbus_regulator_list_voltage()
|