Home
last modified time | relevance | path

Searched refs:_min_sel (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/regulator/
Dpcf50633-regulator.c22 #define PCF50633_REGULATOR(_name, _id, _min_uV, _uV_step, _min_sel, _n) \ argument
30 .linear_min_sel = _min_sel, \
/Linux-v5.15/include/linux/regulator/
Ddriver.h53 #define REGULATOR_LINEAR_RANGE(_min_uV, _min_sel, _max_sel, _step_uV) \ argument
56 .min_sel = _min_sel, \
/Linux-v5.15/drivers/power/supply/
Dmt6360_charger.c116 #define MT6360_LINEAR_RANGE(idx, _min, _min_sel, _max_sel, _step) \ argument
117 [idx] = REGULATOR_LINEAR_RANGE(_min, _min_sel, _max_sel, _step)