Lines Matching defs:min
243 uint64_t min, uint64_t max)
251 property->values[0] = min;
262 * @min: minimum value of the property
270 * Userspace is allowed to set any unsigned integer value in the (min, max)
278 uint64_t min, uint64_t max)
281 name, min, max);
290 * @min: minimum value of the property
298 * Userspace is allowed to set any signed integer value in the (min, max)
306 int64_t min, int64_t max)
309 name, I642U64(min), I642U64(max));