Searched refs:_min_uV (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/regulator/ |
H A D | pcf50633-regulator.c | 22 #define PCF50633_REGULATOR(_name, _id, _min_uV, _uV_step, _min_sel, _n) \ argument 28 .min_uV = _min_uV, \
|
H A D | max77620-regulator.c | 660 #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 D | hi6421-regulator.c | 168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument 179 .min_uV = _min_uV, \
|
H A D | qcom_spmi-regulator.c | 468 #define SPMI_VOLTAGE_RANGE(_range_sel, _min_uV, _set_point_min_uV, \ argument 471 .min_uV = _min_uV, \
|
/linux/drivers/hwmon/pmbus/ |
H A D | pmbus.h | 492 #define PMBUS_REGULATOR_STEP(_name, _id, _voltages, _step, _min_uV) \ argument 503 .min_uV = _min_uV, \ 508 #define PMBUS_REGULATOR_STEP_ONE(_name, _voltages, _step, _min_uV) \ argument 518 .min_uV = _min_uV, \
|