Lines Matching defs:step
299 /* Only check step size if there is one and we're in bounds */
303 ksft_print_msg("%s.%d value %ld invalid for step %ld minimum %ld\n",
328 /* Only check step size if there is one and we're in bounds */
332 ksft_print_msg("%s.%d value %lld invalid for step %lld minimum %lld\n",
736 long j, step;
743 step = snd_ctl_elem_info_get_step(ctl->info);
744 if (!step)
745 step = 1;
749 j <= snd_ctl_elem_info_get_max(ctl->info); j += step) {
765 long long j, step;
772 step = snd_ctl_elem_info_get_step64(ctl->info);
773 if (!step)
774 step = 1;
778 j <= snd_ctl_elem_info_get_max64(ctl->info); j += step) {