Searched refs:bd_rtc (Results 1 – 1 of 1) sorted by relevance
237 struct bd70528_rtc *bd_rtc; in bd70528_probe() local246 bd_rtc = devm_kzalloc(&pdev->dev, sizeof(*bd_rtc), GFP_KERNEL); in bd70528_probe()247 if (!bd_rtc) in bd70528_probe()250 bd_rtc->regmap = dev_get_regmap(pdev->dev.parent, NULL); in bd70528_probe()251 if (!bd_rtc->regmap) { in bd70528_probe()256 bd_rtc->dev = &pdev->dev; in bd70528_probe()261 bd_rtc->reg_time_start = BD71815_REG_RTC_START; in bd70528_probe()273 bd_rtc->bd718xx_alm_block_start = BD71815_REG_RTC_ALM_START; in bd70528_probe()277 bd_rtc->reg_time_start = BD71828_REG_RTC_START; in bd70528_probe()291 platform_set_drvdata(pdev, bd_rtc); in bd70528_probe()[all …]
Completed in 4 milliseconds