Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dhpet.h86 extern int hpet_set_periodic_freq(unsigned long freq);
/Linux-v6.1/arch/x86/kernel/
Dhpet.c1370 int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
1391 EXPORT_SYMBOL_GPL(hpet_set_periodic_freq);
/Linux-v6.1/drivers/rtc/
Drtc-cmos.c149 static inline int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
871 hpet_set_periodic_freq(cmos_rtc.rtc->irq_freq); in cmos_do_probe()