Lines Matching defs:rtc
2 * drivers/rtc/rtc-spear.c
21 #include <linux/rtc.h>
81 struct rtc_device *rtc;
166 rtc_update_irq(config->rtc, 1, events);
196 * @dev: rtc device in use
225 * @dev: rtc device in use
251 * @dev: rtc device in use
281 * @dev: rtc device in use
386 config->rtc = devm_rtc_device_register(&pdev->dev, pdev->name,
388 if (IS_ERR(config->rtc)) {
390 PTR_ERR(config->rtc));
391 status = PTR_ERR(config->rtc);
395 config->rtc->uie_unsupported = 1;
472 { .compatible = "st,spear600-rtc" },
483 .name = "rtc-spear",
491 MODULE_ALIAS("platform:rtc-spear");