Searched refs:rtc_src_clk (Results 1 – 1 of 1) sorted by relevance
41 struct clk *rtc_src_clk; member84 ret = clk_enable(info->rtc_src_clk); in s3c_rtc_enable_clk()106 clk_disable(info->rtc_src_clk); in s3c_rtc_disable_clk()465 clk_unprepare(info->rtc_src_clk); in s3c_rtc_remove()539 info->rtc_src_clk = devm_clk_get(&pdev->dev, "rtc_src"); in s3c_rtc_probe()540 if (IS_ERR(info->rtc_src_clk)) { in s3c_rtc_probe()541 ret = PTR_ERR(info->rtc_src_clk); in s3c_rtc_probe()550 ret = clk_prepare_enable(info->rtc_src_clk); in s3c_rtc_probe()613 clk_disable_unprepare(info->rtc_src_clk); in s3c_rtc_probe()