Searched refs:_max_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 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)
|