rv3028_rtc_ops    584 drivers/rtc/rtc-rv3028.c static struct rtc_class_ops rv3028_rtc_ops = {
rv3028_rtc_ops    654 drivers/rtc/rtc-rv3028.c 			rv3028_rtc_ops.read_alarm = rv3028_get_alarm;
rv3028_rtc_ops    655 drivers/rtc/rtc-rv3028.c 			rv3028_rtc_ops.set_alarm = rv3028_set_alarm;
rv3028_rtc_ops    656 drivers/rtc/rtc-rv3028.c 			rv3028_rtc_ops.alarm_irq_enable = rv3028_alarm_irq_enable;
rv3028_rtc_ops    699 drivers/rtc/rtc-rv3028.c 	rv3028->rtc->ops = &rv3028_rtc_ops;