Searched refs:ricoh_rtc (Results 1 – 1 of 1) sorted by relevance
217 struct rc5t583_rtc *ricoh_rtc; in rc5t583_rtc_probe() local222 ricoh_rtc = devm_kzalloc(&pdev->dev, sizeof(struct rc5t583_rtc), in rc5t583_rtc_probe()224 if (!ricoh_rtc) in rc5t583_rtc_probe()227 platform_set_drvdata(pdev, ricoh_rtc); in rc5t583_rtc_probe()259 ricoh_rtc->rtc = devm_rtc_device_register(&pdev->dev, pdev->name, in rc5t583_rtc_probe()261 if (IS_ERR(ricoh_rtc->rtc)) { in rc5t583_rtc_probe()262 ret = PTR_ERR(ricoh_rtc->rtc); in rc5t583_rtc_probe()