Searched refs:rtctimer (Results 1 – 4 of 4) sorted by relevance
61 static struct snd_timer *rtctimer; variable160 rtctimer = timer; /* remember this */ in rtctimer_init()167 if (rtctimer) { in rtctimer_exit()168 snd_timer_global_free(rtctimer); in rtctimer_exit()169 rtctimer = NULL; in rtctimer_exit()
31 snd-rtctimer-objs := rtctimer.o40 obj-$(CONFIG_SND_RTCTIMER) += snd-rtctimer.o
152 will be called snd-rtctimer.
52 static struct rtc_timer rtctimer; variable102 rtc_timer_init(&rtctimer, NULL, NULL); in alarmtimer_rtc_timer_init()263 rtc_timer_cancel(rtc, &rtctimer); in alarmtimer_suspend()269 ret = rtc_timer_start(rtc, &rtctimer, now, ktime_set(0, 0)); in alarmtimer_suspend()