Searched refs:snd_timer_notify (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | timer.h | 116 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | timer.h | 116 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp);
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | timer.c | 1073 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp) in snd_timer_notify() function 1100 EXPORT_SYMBOL(snd_timer_notify); variable
|
H A D | pcm_native.c | 590 snd_timer_notify(substream->timer, event, in snd_pcm_timer_notify()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | timer.c | 1073 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp) in snd_timer_notify() function 1100 EXPORT_SYMBOL(snd_timer_notify); variable
|
H A D | pcm_native.c | 608 snd_timer_notify(substream->timer, event, in snd_pcm_timer_notify()
|
Completed in 17 milliseconds