Home
last modified time | relevance | path

Searched refs:bd_rtc (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/rtc/
Drtc-bd70528.c399 struct bd70528_rtc *bd_rtc; in bd70528_probe() local
411 bd_rtc = devm_kzalloc(&pdev->dev, sizeof(*bd_rtc), GFP_KERNEL); in bd70528_probe()
412 if (!bd_rtc) in bd70528_probe()
415 bd_rtc->mfd = mfd; in bd70528_probe()
416 bd_rtc->dev = &pdev->dev; in bd70528_probe()
422 platform_set_drvdata(pdev, bd_rtc); in bd70528_probe()