Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dhpet.h97 extern int hpet_set_periodic_freq(unsigned long freq);
/linux-4.4.14/drivers/char/
Drtc.c111 #define hpet_set_periodic_freq(arg) 0 macro
681 if (hpet_set_periodic_freq(arg)) { in rtc_do_ioctl()
1119 if (!hpet_set_periodic_freq(rtc_freq)) { in rtc_init()
/linux-4.4.14/arch/x86/kernel/
Dhpet.c1180 int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
1198 EXPORT_SYMBOL_GPL(hpet_set_periodic_freq);
/linux-4.4.14/drivers/rtc/
Drtc-cmos.c122 static inline int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
692 hpet_set_periodic_freq(cmos_rtc.rtc->irq_freq); in cmos_do_probe()