Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Drtc-rv3028.c584 static struct rtc_class_ops rv3028_rtc_ops = { variable
654 rv3028_rtc_ops.read_alarm = rv3028_get_alarm; in rv3028_probe()
655 rv3028_rtc_ops.set_alarm = rv3028_set_alarm; in rv3028_probe()
656 rv3028_rtc_ops.alarm_irq_enable = rv3028_alarm_irq_enable; in rv3028_probe()
699 rv3028->rtc->ops = &rv3028_rtc_ops; in rv3028_probe()