Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dhpet.h103 extern int hpet_rtc_timer_init(void);
/linux-4.1.27/drivers/rtc/
Drtc-cmos.c132 static inline int hpet_rtc_timer_init(void) in hpet_rtc_timer_init() function
793 hpet_rtc_timer_init(); in cmos_do_probe()
937 hpet_rtc_timer_init(); in cmos_resume()
/linux-4.1.27/arch/x86/kernel/
Dhpet.c1060 int hpet_rtc_timer_init(void) in hpet_rtc_timer_init() function
1096 EXPORT_SYMBOL_GPL(hpet_rtc_timer_init);
1137 hpet_rtc_timer_init(); in hpet_set_rtc_irq_bit()
/linux-4.1.27/drivers/char/
Drtc.c114 #define hpet_rtc_timer_init() do { } while (0) macro
1051 hpet_rtc_timer_init(); in rtc_init()