ricoh_rtc 208 drivers/rtc/rtc-rc5t583.c struct rc5t583_rtc *ricoh_rtc; ricoh_rtc 213 drivers/rtc/rtc-rc5t583.c ricoh_rtc = devm_kzalloc(&pdev->dev, sizeof(struct rc5t583_rtc), ricoh_rtc 215 drivers/rtc/rtc-rc5t583.c if (!ricoh_rtc) ricoh_rtc 218 drivers/rtc/rtc-rc5t583.c platform_set_drvdata(pdev, ricoh_rtc); ricoh_rtc 250 drivers/rtc/rtc-rc5t583.c ricoh_rtc->rtc = devm_rtc_device_register(&pdev->dev, pdev->name, ricoh_rtc 252 drivers/rtc/rtc-rc5t583.c if (IS_ERR(ricoh_rtc->rtc)) { ricoh_rtc 253 drivers/rtc/rtc-rc5t583.c ret = PTR_ERR(ricoh_rtc->rtc);