Home
last modified time | relevance | path

Searched refs:_min (Results 1 – 4 of 4) sorted by relevance

/include/linux/
A Dlinear_range.h29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ argument
31 .min = _min, \
37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument
38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
A Ddpll.h123 #define DPLL_PIN_FREQUENCY_RANGE(_min, _max) \ argument
125 .min = _min, \
A Dxarray.h248 #define XA_LIMIT(_min, _max) (struct xa_limit) { .min = _min, .max = _max } argument
/include/net/
A Dnetlink.h431 #define NLA_POLICY_RANGE(tp, _min, _max) { \ argument
434 .min = _min, \
450 #define NLA_POLICY_MIN(tp, _min) { \ argument
453 .min = _min, \

Completed in 15 milliseconds