Lines Matching refs:stop
587 static int snd_timer_stop1(struct snd_timer_instance *timeri, bool stop) in snd_timer_stop1() argument
606 if (stop) { in snd_timer_stop1()
612 timer->hw.stop(timer); in snd_timer_stop1()
623 if (stop) in snd_timer_stop1()
627 snd_timer_notify1(timeri, stop ? SNDRV_TIMER_EVENT_STOP : in snd_timer_stop1()
635 static int snd_timer_stop_slave(struct snd_timer_instance *timeri, bool stop) in snd_timer_stop_slave() argument
649 snd_timer_notify1(timeri, stop ? SNDRV_TIMER_EVENT_STOP : in snd_timer_stop_slave()
876 timer->hw.stop(timer); in snd_timer_interrupt()
886 timer->hw.stop(timer); in snd_timer_interrupt()
994 if (snd_BUG_ON(!timer || !timer->hw.start || !timer->hw.stop)) in snd_timer_dev_register()
1180 .stop = snd_timer_s_stop