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

/linux-4.4.14/sound/core/
H A DMakefile31 snd-rtctimer-objs := rtctimer.o
40 obj-$(CONFIG_SND_RTCTIMER) += snd-rtctimer.o
H A Drtctimer.c5 * based on rtctimer.c by Steve Ratcliffe
61 static struct snd_timer *rtctimer; variable in typeref:struct:snd_timer
135 pr_err("ALSA: rtctimer: invalid frequency %d\n", rtctimer_freq); rtctimer_init()
160 rtctimer = timer; /* remember this */ rtctimer_init()
167 if (rtctimer) { rtctimer_exit()
168 snd_timer_global_free(rtctimer); rtctimer_exit()
169 rtctimer = NULL; rtctimer_exit()
/linux-4.4.14/kernel/time/
H A Dalarmtimer.c52 static struct rtc_timer rtctimer; variable in typeref:struct:rtc_timer
102 rtc_timer_init(&rtctimer, NULL, NULL); alarmtimer_rtc_timer_init()
263 rtc_timer_cancel(rtc, &rtctimer); alarmtimer_suspend()
269 ret = rtc_timer_start(rtc, &rtctimer, now, ktime_set(0, 0)); alarmtimer_suspend()
/linux-4.4.14/drivers/rtc/
H A Dinterface.c509 * rtc_aie_update_irq - AIE mode rtctimer hook
522 * rtc_uie_update_irq - UIE mode rtctimer hook

Completed in 119 milliseconds