Lines Matching defs:step
109 * the usual min/max/step checks are not sufficient.
199 * @step: The control's step value for non-menu controls.
217 * :math:`ceil(\frac{maximum - minimum}{step}) + 1`.
272 u64 step;
390 * @step: The control's step value for non-menu controls.
419 u64 step;
439 * @step: pointer for storing the control step
448 * The contents of @min, @max, @step and @def may be modified depending on
458 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
615 * @step: The control's step value
628 u32 id, s64 min, s64 max, u64 step,
886 * @step: The control's step value
891 * @step value is interpreted as a menu_skip_mask.
900 s64 min, s64 max, u64 step, s64 def);
908 * @step: The control's step value
913 * @step value is interpreted as a menu_skip_mask.
922 s64 min, s64 max, u64 step, s64 def)
927 rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def);