Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dpcf50633-regulator.c22 #define PCF50633_REGULATOR(_name, _id, _min_uV, _uV_step, _min_sel, _n) \ argument
28 .min_uV = _min_uV, \
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, \
Dhi6421-regulator.c168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument
179 .min_uV = _min_uV, \
Dqcom_spmi-regulator.c419 #define SPMI_VOLTAGE_RANGE(_range_sel, _min_uV, _set_point_min_uV, \ argument
422 .min_uV = _min_uV, \
/Linux-v5.4/include/linux/regulator/
Ddriver.h61 #define REGULATOR_LINEAR_RANGE(_min_uV, _min_sel, _max_sel, _step_uV) \ argument
63 .min_uV = _min_uV, \
/Linux-v5.4/arch/arm/mach-pxa/
Dem-x270.c1064 #define REGULATOR_INIT(_ldo, _min_uV, _max_uV, _ops_mask) \ argument
1067 .min_uV = _min_uV, \