Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dhpet.h104 extern int hpet_rtc_timer_init(void);
/linux-3.4.99/arch/x86/kernel/
Dhpet.c1016 int hpet_rtc_timer_init(void) in hpet_rtc_timer_init() function
1052 EXPORT_SYMBOL_GPL(hpet_rtc_timer_init);
1093 hpet_rtc_timer_init(); in hpet_set_rtc_irq_bit()
/linux-3.4.99/drivers/rtc/
Drtc-cmos.c129 static inline int hpet_rtc_timer_init(void) in hpet_rtc_timer_init() function
772 hpet_rtc_timer_init(); in cmos_do_probe()
922 hpet_rtc_timer_init(); in cmos_resume()
/linux-3.4.99/drivers/char/
Drtc.c114 #define hpet_rtc_timer_init() do { } while (0) macro
1052 hpet_rtc_timer_init(); in rtc_init()