Home
last modified time | relevance | path

Searched refs:is_hpet_enabled (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dhpet.h70 extern int is_hpet_enabled(void);
113 static inline int is_hpet_enabled(void) { return 0; } in is_hpet_enabled() function
/linux-4.1.27/arch/x86/kernel/
Dhpet.c131 int is_hpet_enabled(void) in is_hpet_enabled() function
135 EXPORT_SYMBOL_GPL(is_hpet_enabled);
1029 if (!is_hpet_enabled()) in hpet_register_irq_handler()
1046 if (!is_hpet_enabled()) in hpet_unregister_irq_handler()
1065 if (!is_hpet_enabled()) in hpet_rtc_timer_init()
1113 if (!is_hpet_enabled()) in hpet_mask_rtc_irq_bit()
1128 if (!is_hpet_enabled()) in hpet_set_rtc_irq_bit()
1146 if (!is_hpet_enabled()) in hpet_set_alarm_time()
1161 if (!is_hpet_enabled()) in hpet_set_periodic_freq()
1179 return is_hpet_enabled(); in hpet_rtc_dropped_irq()
Di8253.c36 if (num_possible_cpus() > 1 || is_hpet_enabled() || in init_pit_clocksource()
Dtsc.c652 int hpet = is_hpet_enabled(), i, loopmin; in native_calibrate_tsc()
1094 hpet = is_hpet_enabled(); in tsc_refine_calibration_work()
/linux-4.1.27/drivers/rtc/
Drtc-cmos.c101 static inline int is_hpet_enabled(void) in is_hpet_enabled() function
292 if (is_hpet_enabled()) in cmos_checkintr()
475 is_hpet_enabled() ? "yes" : "no", in cmos_procfs()
609 if (is_hpet_enabled()) in cmos_interrupt()
774 if (is_hpet_enabled()) { in cmos_do_probe()
810 is_hpet_enabled() ? ", hpet irqs" : ""); in cmos_do_probe()
945 if (!is_hpet_enabled() || !is_intr(mask)) in cmos_resume()
/linux-4.1.27/drivers/char/
Drtc.c109 #define is_hpet_enabled() 0 macro
251 if (is_hpet_enabled()) { in rtc_interrupt()
1029 if (is_hpet_enabled()) { in rtc_init()