Home
last modified time | relevance | path

Searched refs:SNDRV_TIMER_FLG_RESCHED (Results 1 – 2 of 2) sorted by relevance

/linux/include/sound/
H A Dtimer.h36 #define SNDRV_TIMER_FLG_RESCHED 0x00000002 /* need reschedule */ macro
/linux/sound/core/
H A Dtimer.c577 timer->flags |= SNDRV_TIMER_FLG_RESCHED; in snd_timer_start1()
637 if (timer->flags & SNDRV_TIMER_FLG_RESCHED) { in snd_timer_stop1()
638 timer->flags &= ~SNDRV_TIMER_FLG_RESCHED; in snd_timer_stop1()
754 timer->flags &= ~SNDRV_TIMER_FLG_RESCHED; in snd_timer_reschedule()
883 if (timer->flags & SNDRV_TIMER_FLG_RESCHED) in snd_timer_interrupt()