Home
last modified time | relevance | path

Searched refs:rtctimer (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/core/
Drtctimer.c61 static struct snd_timer *rtctimer; variable
160 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()
DMakefile31 snd-rtctimer-objs := rtctimer.o
40 obj-$(CONFIG_SND_RTCTIMER) += snd-rtctimer.o
DKconfig152 will be called snd-rtctimer.
/linux-4.4.14/kernel/time/
Dalarmtimer.c52 static struct rtc_timer rtctimer; variable
102 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()