Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dhpet.h86 extern int hpet_set_periodic_freq(unsigned long freq);
/linux-6.6.21/arch/x86/kernel/
Dhpet.c1372 int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
1393 EXPORT_SYMBOL_GPL(hpet_set_periodic_freq);
/linux-6.6.21/drivers/rtc/
Drtc-cmos.c149 static inline int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
1058 hpet_set_periodic_freq(cmos_rtc.rtc->irq_freq); in cmos_do_probe()