Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-rv8803.c420 static struct rtc_class_ops rv8803_rtc_ops = { variable
469 rv8803_rtc_ops.read_alarm = rv8803_get_alarm; in rv8803_probe()
470 rv8803_rtc_ops.set_alarm = rv8803_set_alarm; in rv8803_probe()
471 rv8803_rtc_ops.alarm_irq_enable = rv8803_alarm_irq_enable; in rv8803_probe()
476 &rv8803_rtc_ops, THIS_MODULE); in rv8803_probe()