Searched defs:is_hpet_enabled (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dhpet.h109 static inline int is_hpet_enabled(void) { return 0; } function
/linux-4.4.14/drivers/char/
H A Drtc.c109 #define is_hpet_enabled() 0 macro
/linux-4.4.14/drivers/rtc/
H A Drtc-cmos.c101 static inline int is_hpet_enabled(void) is_hpet_enabled() function
/linux-4.4.14/arch/x86/kernel/
H A Dhpet.c132 int is_hpet_enabled(void) is_hpet_enabled() function
136 EXPORT_SYMBOL_GPL(is_hpet_enabled); variable

Completed in 458 milliseconds