Home
last modified time | relevance | path

Searched refs:_min_uV (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Dpcf50633-regulator.c22 #define PCF50633_REGULATOR(_name, _id, _min_uV, _uV_step, _min_sel, _n) \ argument
28 .min_uV = _min_uV, \
H A Dmax77620-regulator.c660 #define RAIL_SD(_id, _name, _sname, _volt_mask, _min_uV, _max_uV, \ argument
679 .n_voltages = ((_max_uV - _min_uV) / _step_uV) + 1, \
680 .min_uV = _min_uV, \
694 #define RAIL_LDO(_id, _name, _sname, _type, _min_uV, _max_uV, _step_uV) \ argument
711 .n_voltages = ((_max_uV - _min_uV) / _step_uV) + 1, \
712 .min_uV = _min_uV, \
H A Dhi6421-regulator.c168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument
179 .min_uV = _min_uV, \
H A Dqcom_spmi-regulator.c468 #define SPMI_VOLTAGE_RANGE(_range_sel, _min_uV, _set_point_min_uV, \ argument
471 .min_uV = _min_uV, \
/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus.h473 #define PMBUS_REGULATOR_STEP(_name, _id, _voltages, _step, _min_uV) \ argument
484 .min_uV = _min_uV, \
489 #define PMBUS_REGULATOR_STEP_ONE(_name, _voltages, _step, _min_uV) \ argument
499 .min_uV = _min_uV, \
/openbmc/linux/include/linux/regulator/
H A Ddriver.h53 #define REGULATOR_LINEAR_RANGE(_min_uV, _min_sel, _max_sel, _step_uV) \ argument
55 .min = _min_uV, \