Lines Matching defs:step
94 on the type - min/max values, a step size, a set of possible values (for
519 * \param step The step of value for each member in the elements.
554 long min, long max, long step)
568 info->value.integer.step = step;
601 * \param step The step of value for each member in the elements.
636 long long min, long long max, long long step)
650 info->value.integer64.step = step;
869 long min, long max, long step)
878 min, max, step);
890 long long min, long long max, long long step)
899 min, max, step);
2790 * \brief Get value step from a #SND_CTL_ELEM_TYPE_INTEGER CTL element id/info
2798 return obj->value.integer.step;
2826 * \brief Get value step from a #SND_CTL_ELEM_TYPE_INTEGER64 CTL element id/info
2834 return obj->value.integer64.step;