Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dtimer.h36 #define SNDRV_TIMER_FLG_RESCHED 0x00000002 /* need reschedule */ macro
/openbmc/linux/sound/core/
H A Dtimer.c576 timer->flags |= SNDRV_TIMER_FLG_RESCHED; in snd_timer_start1()
653 if (timer->flags & SNDRV_TIMER_FLG_RESCHED) { in snd_timer_stop1()
654 timer->flags &= ~SNDRV_TIMER_FLG_RESCHED; in snd_timer_stop1()
775 timer->flags &= ~SNDRV_TIMER_FLG_RESCHED; in snd_timer_reschedule()
911 if (timer->flags & SNDRV_TIMER_FLG_RESCHED) in snd_timer_interrupt()