Lines Matching refs:rtc_dev
66 struct rtc_device *rtc_dev;
362 rtc_update_irq(rtc->rtc_dev, 1, RTC_IRQF | RTC_AF);
467 rtc->rtc_dev = devm_rtc_allocate_device(&pdev->dev);
468 if (IS_ERR(rtc->rtc_dev))
469 return PTR_ERR(rtc->rtc_dev);
471 rtc->rtc_dev->ops = &da9063_rtc_ops;
472 rtc->rtc_dev->range_min = RTC_TIMESTAMP_BEGIN_2000;
473 rtc->rtc_dev->range_max = RTC_TIMESTAMP_END_2063;
483 rtc->rtc_dev->uie_unsupported = 1;
497 return rtc_register_device(rtc->rtc_dev);