Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dhpet.h99 extern int hpet_rtc_timer_init(void);
/Linux-v5.4/arch/x86/kernel/
Dhpet.c1082 int hpet_rtc_timer_init(void) in hpet_rtc_timer_init() function
1119 EXPORT_SYMBOL_GPL(hpet_rtc_timer_init);
1160 hpet_rtc_timer_init(); in hpet_set_rtc_irq_bit()
/Linux-v5.4/drivers/rtc/
Drtc-cmos.c159 static inline int hpet_rtc_timer_init(void) in hpet_rtc_timer_init() function
835 hpet_rtc_timer_init(); in cmos_do_probe()
1092 hpet_rtc_timer_init(); in cmos_resume()
/Linux-v5.4/drivers/char/
Drtc.c110 #define hpet_rtc_timer_init() do { } while (0) macro
941 hpet_rtc_timer_init(); in rtc_init()