Searched refs:rtc_src_clk (Results 1 – 1 of 1) sorted by relevance
39 struct clk *rtc_src_clk; member78 ret = clk_enable(info->rtc_src_clk); in s3c_rtc_enable_clk()90 clk_disable(info->rtc_src_clk); in s3c_rtc_disable_clk()437 clk_unprepare(info->rtc_src_clk); in s3c_rtc_remove()497 info->rtc_src_clk = devm_clk_get(&pdev->dev, "rtc_src"); in s3c_rtc_probe()498 if (IS_ERR(info->rtc_src_clk)) { in s3c_rtc_probe()499 ret = PTR_ERR(info->rtc_src_clk); in s3c_rtc_probe()508 ret = clk_prepare_enable(info->rtc_src_clk); in s3c_rtc_probe()573 clk_disable_unprepare(info->rtc_src_clk); in s3c_rtc_probe()