Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dtimer.c231 if (slave->flags & SNDRV_TIMER_IFLG_RUNNING) in check_matching_master_slave()
550 if (timeri->flags & (SNDRV_TIMER_IFLG_RUNNING | in snd_timer_start1()
585 timeri->flags |= SNDRV_TIMER_IFLG_RUNNING; in snd_timer_start1()
607 if (timeri->flags & SNDRV_TIMER_IFLG_RUNNING) { in snd_timer_start_slave()
611 timeri->flags |= SNDRV_TIMER_IFLG_RUNNING; in snd_timer_start_slave()
682 timeri->flags &= ~SNDRV_TIMER_IFLG_RUNNING; in snd_timer_stop_slave()
766 ti->flags |= SNDRV_TIMER_IFLG_RUNNING; in snd_timer_reschedule()
769 if (ti->flags & SNDRV_TIMER_IFLG_RUNNING) { in snd_timer_reschedule()
880 if (!(ti->flags & SNDRV_TIMER_IFLG_RUNNING)) in snd_timer_interrupt()
893 ti->flags &= ~SNDRV_TIMER_IFLG_RUNNING; in snd_timer_interrupt()
[all …]
/openbmc/linux/include/sound/
H A Dtimer.h27 #define SNDRV_TIMER_IFLG_RUNNING 0x00000002 macro