Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Drtc.h59 TRACE_EVENT(rtc_irq_set_freq,
/openbmc/linux/include/linux/
H A Drtc.h203 extern int rtc_irq_set_freq(struct rtc_device *rtc, int freq);
/openbmc/linux/drivers/rtc/
H A Ddev.c364 err = rtc_irq_set_freq(rtc, arg); in rtc_dev_ioctl()
H A Dinterface.c776 int rtc_irq_set_freq(struct rtc_device *rtc, int freq) in rtc_irq_set_freq() function