Searched refs:_min_sel (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A 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)
|