Lines Matching defs:clk
10 #include <linux/clk.h>
194 struct clk *adc_clk;
197 struct clk *clk;
1207 st->clk = devm_clk_get(&pdev->dev, "adc_clk");
1208 if (IS_ERR(st->clk)) {
1210 ret = PTR_ERR(st->clk);
1214 ret = clk_prepare_enable(st->clk);
1240 mstrclk = clk_get_rate(st->clk);
1330 clk_disable_unprepare(st->clk);
1349 clk_disable_unprepare(st->clk);
1362 clk_disable_unprepare(st->clk);
1372 clk_prepare_enable(st->clk);