Lines Matching defs:stop
407 /* force to stop the timer */
616 /* stop/pause a master timer */
617 static int snd_timer_stop1(struct snd_timer_instance *timeri, bool stop)
636 if (stop) {
642 timer->hw.stop(timer);
653 if (stop)
657 snd_timer_notify1(timeri, stop ? SNDRV_TIMER_EVENT_STOP :
664 /* stop/pause a slave timer */
665 static int snd_timer_stop_slave(struct snd_timer_instance *timeri, bool stop)
678 snd_timer_notify1(timeri, stop ? SNDRV_TIMER_EVENT_STOP :
701 * stop the timer instance.
905 timer->hw.stop(timer);
915 timer->hw.stop(timer);
1022 if (snd_BUG_ON(!timer || !timer->hw.start || !timer->hw.stop))
1208 .stop = snd_timer_s_stop