Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-rv3032.c807 static struct rtc_class_ops rv3032_rtc_ops = { variable
872 rv3032_rtc_ops.read_alarm = rv3032_get_alarm; in rv3032_probe()
873 rv3032_rtc_ops.set_alarm = rv3032_set_alarm; in rv3032_probe()
874 rv3032_rtc_ops.alarm_irq_enable = rv3032_alarm_irq_enable; in rv3032_probe()
887 rv3032->rtc->ops = &rv3032_rtc_ops; in rv3032_probe()