Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Drtc-rv8803.c482 static struct rtc_class_ops rv8803_rtc_ops = { variable
579 rv8803_rtc_ops.read_alarm = rv8803_get_alarm; in rv8803_probe()
580 rv8803_rtc_ops.set_alarm = rv8803_set_alarm; in rv8803_probe()
581 rv8803_rtc_ops.alarm_irq_enable = rv8803_alarm_irq_enable; in rv8803_probe()
595 rv8803->rtc->ops = &rv8803_rtc_ops; in rv8803_probe()