Lines Matching defs:min
244 uint64_t min, uint64_t max)
252 property->values[0] = min;
263 * @min: minimum value of the property
271 * Userspace is allowed to set any unsigned integer value in the (min, max)
279 uint64_t min, uint64_t max)
282 name, min, max);
291 * @min: minimum value of the property
299 * Userspace is allowed to set any signed integer value in the (min, max)
307 int64_t min, int64_t max)
310 name, I642U64(min), I642U64(max));