Searched refs:ricoh_rtc (Results 1 – 1 of 1) sorted by relevance
218 struct rc5t583_rtc *ricoh_rtc; in rc5t583_rtc_probe() local223 ricoh_rtc = devm_kzalloc(&pdev->dev, sizeof(struct rc5t583_rtc), in rc5t583_rtc_probe()225 if (!ricoh_rtc) in rc5t583_rtc_probe()228 platform_set_drvdata(pdev, ricoh_rtc); in rc5t583_rtc_probe()260 ricoh_rtc->rtc = devm_rtc_device_register(&pdev->dev, pdev->name, in rc5t583_rtc_probe()262 if (IS_ERR(ricoh_rtc->rtc)) { in rc5t583_rtc_probe()263 ret = PTR_ERR(ricoh_rtc->rtc); in rc5t583_rtc_probe()