Searched refs:_min_sel (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | linear_range.h | 29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ argument 32 .min_sel = _min_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/drivers/regulator/ |
D | pcf50633-regulator.c | 22 #define PCF50633_REGULATOR(_name, _id, _min_uV, _uV_step, _min_sel, _n) \ argument 30 .linear_min_sel = _min_sel, \
|
/linux-6.1.9/include/linux/regulator/ |
D | driver.h | 53 #define REGULATOR_LINEAR_RANGE(_min_uV, _min_sel, _max_sel, _step_uV) \ argument 56 .min_sel = _min_sel, \
|
/linux-6.1.9/drivers/power/supply/ |
D | mt6360_charger.c | 116 #define MT6360_LINEAR_RANGE(idx, _min, _min_sel, _max_sel, _step) \ argument 117 [idx] = REGULATOR_LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
|