Lines Matching defs:max
117 * the usual min/max/step checks are not sufficient.
422 * @max: The control's maximum value.
451 s64 max;
471 * @max: pointer for storing the maximum value for the control
481 * The contents of @min, @max, @step and @def may be modified depending on
491 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
647 * @max: The control's maximum value.
661 u32 id, s64 min, s64 max, u64 step,
671 * @max: The control's maximum value.
687 u32 id, u8 max, u64 mask, u8 def);
696 * @max: The control's maximum value.
712 u32 id, u8 max,
742 * @max: The control's maximum value.
754 u32 id, u8 max, u8 def,
918 * @max: The control's maximum value.
933 s64 min, s64 max, u64 step, s64 def);
940 * @max: The control's maximum value.
955 s64 min, s64 max, u64 step, s64 def)
960 rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def);