Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-rv3028.c773 static struct rtc_class_ops rv3028_rtc_ops = { variable
845 rv3028_rtc_ops.read_alarm = rv3028_get_alarm; in rv3028_probe()
846 rv3028_rtc_ops.set_alarm = rv3028_set_alarm; in rv3028_probe()
847 rv3028_rtc_ops.alarm_irq_enable = rv3028_alarm_irq_enable; in rv3028_probe()
888 rv3028->rtc->ops = &rv3028_rtc_ops; in rv3028_probe()