Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dtimer.h46 #define SNDRV_TIMER_IFLG_CALLBACK 0x00000020 /* timer callback is active */ macro
/linux-4.1.27/sound/core/
Dtimer.c327 while (timeri->flags & SNDRV_TIMER_IFLG_CALLBACK) { in snd_timer_close()
342 while (timeri->flags & SNDRV_TIMER_IFLG_CALLBACK) { in snd_timer_close()
692 ti->flags |= SNDRV_TIMER_IFLG_CALLBACK; in snd_timer_tasklet()
697 ti->flags &= ~SNDRV_TIMER_IFLG_CALLBACK; in snd_timer_tasklet()
796 ti->flags |= SNDRV_TIMER_IFLG_CALLBACK; in snd_timer_interrupt()
801 ti->flags &= ~SNDRV_TIMER_IFLG_CALLBACK; in snd_timer_interrupt()