Searched refs:_min_uV (Results 1 – 4 of 4) sorted by relevance
/drivers/regulator/ |
D | pcf50633-regulator.c | 22 #define PCF50633_REGULATOR(_name, _id, _min_uV, _uV_step, _min_sel, _n) \ argument 28 .min_uV = _min_uV, \
|
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, \
|
D | hi6421-regulator.c | 168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument 179 .min_uV = _min_uV, \
|
D | qcom_spmi-regulator.c | 468 #define SPMI_VOLTAGE_RANGE(_range_sel, _min_uV, _set_point_min_uV, \ argument 471 .min_uV = _min_uV, \
|