Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dhpet.h97 extern int hpet_set_periodic_freq(unsigned long freq);
/Linux-v5.4/drivers/char/
Drtc.c107 #define hpet_set_periodic_freq(arg) 0 macro
664 if (hpet_set_periodic_freq(arg)) { in rtc_do_ioctl()
1009 if (!hpet_set_periodic_freq(rtc_freq)) { in rtc_init()
/Linux-v5.4/arch/x86/kernel/
Dhpet.c1179 int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
1200 EXPORT_SYMBOL_GPL(hpet_set_periodic_freq);
/Linux-v5.4/drivers/rtc/
Drtc-cmos.c149 static inline int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
816 hpet_set_periodic_freq(cmos_rtc.rtc->irq_freq); in cmos_do_probe()