Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/rtc/
Drtc-rv8803.c474 static struct rtc_class_ops rv8803_rtc_ops = { variable
571 rv8803_rtc_ops.read_alarm = rv8803_get_alarm; in rv8803_probe()
572 rv8803_rtc_ops.set_alarm = rv8803_set_alarm; in rv8803_probe()
573 rv8803_rtc_ops.alarm_irq_enable = rv8803_alarm_irq_enable; in rv8803_probe()
587 rv8803->rtc->ops = &rv8803_rtc_ops; in rv8803_probe()