Lines Matching defs:max
156 * @max: maximum value for the property
164 u32 max;
172 .max = 15,
178 .max = 15,
184 .max = 255,
190 .max = 255,
196 .max = 15,
202 .max = 15,
208 .max = 1, /* boolean prop */
214 .max = 3,
220 .max = 15,
260 if (xp->max == 1 && val) {
270 if (val > xp->max) {
273 xp->prop, val, xp->max);
274 val = xp->max;