Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dlinear_range.h29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ argument
33 .max_sel = _max_sel, \
37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument
38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
/linux-6.1.9/include/linux/regulator/
Ddriver.h53 #define REGULATOR_LINEAR_RANGE(_min_uV, _min_sel, _max_sel, _step_uV) \ argument
57 .max_sel = _max_sel, \
/linux-6.1.9/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)