Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dhpet.h89 extern irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id);
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c1432 irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id) in hpet_rtc_interrupt() function
1472 EXPORT_SYMBOL_GPL(hpet_rtc_interrupt);
/openbmc/linux/drivers/rtc/
H A Drtc-cmos.c164 extern irq_handler_t hpet_rtc_interrupt;
1080 rtc_cmos_int_handler = hpet_rtc_interrupt; in cmos_do_probe()