Lines Matching refs:snd_timer
40 static int rtctimer_open(struct snd_timer *t);
41 static int rtctimer_close(struct snd_timer *t);
42 static int rtctimer_start(struct snd_timer *t);
43 static int rtctimer_stop(struct snd_timer *t);
61 static struct snd_timer *rtctimer;
67 rtctimer_open(struct snd_timer *t) in rtctimer_open()
79 rtctimer_close(struct snd_timer *t) in rtctimer_close()
91 rtctimer_start(struct snd_timer *timer) in rtctimer_start()
102 rtctimer_stop(struct snd_timer *timer) in rtctimer_stop()
113 snd_timer_interrupt((struct snd_timer *)data, 1); in rtctimer_tasklet()
131 struct snd_timer *timer; in rtctimer_init()