Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dhpet.h102 extern int hpet_set_periodic_freq(unsigned long freq);
/linux-3.4.99/drivers/char/
Drtc.c111 #define hpet_set_periodic_freq(arg) 0 macro
681 if (hpet_set_periodic_freq(arg)) { in rtc_do_ioctl()
1120 if (!hpet_set_periodic_freq(rtc_freq)) { in rtc_init()
/linux-3.4.99/arch/x86/kernel/
Dhpet.c1113 int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
1131 EXPORT_SYMBOL_GPL(hpet_set_periodic_freq);
/linux-3.4.99/drivers/rtc/
Drtc-cmos.c119 static inline int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
729 hpet_set_periodic_freq(cmos_rtc.rtc->irq_freq); in cmos_do_probe()