Lines Matching defs:rtc
23 #include <linux/rtc.h>
70 struct rtc_device *rtc;
145 struct mutex *lock = &rx8025->rtc->ops_lock;
160 rtc_update_irq(rx8025->rtc, 1, RTC_PF | RTC_IRQF);
169 rtc_update_irq(rx8025->rtc, 1, RTC_AF | RTC_IRQF);
527 rx8025->rtc = devm_rtc_device_register(&client->dev, client->name,
529 if (IS_ERR(rx8025->rtc)) {
531 return PTR_ERR(rx8025->rtc);
546 rx8025->rtc->max_user_freq = 1;
549 rx8025->rtc->uie_unsupported = 1;
563 .name = "rtc-rx8025",