Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dhpet.h98 extern int hpet_set_periodic_freq(unsigned long freq);
/Linux-v4.19/drivers/char/
Drtc.c111 #define hpet_set_periodic_freq(arg) 0 macro
668 if (hpet_set_periodic_freq(arg)) { in rtc_do_ioctl()
1013 if (!hpet_set_periodic_freq(rtc_freq)) { in rtc_init()
/Linux-v4.19/arch/x86/kernel/
Dhpet.c1268 int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
1286 EXPORT_SYMBOL_GPL(hpet_set_periodic_freq);
/Linux-v4.19/drivers/rtc/
Drtc-cmos.c140 static inline int hpet_set_periodic_freq(unsigned long freq) in hpet_set_periodic_freq() function
802 hpet_set_periodic_freq(cmos_rtc.rtc->irq_freq); in cmos_do_probe()