Lines Matching defs:clk
10 #include <linux/clk.h>
215 struct clk *adc_clk;
218 struct clk *clk;
1090 st->clk = devm_clk_get(&pdev->dev, "adc_clk");
1091 if (IS_ERR(st->clk)) {
1093 ret = PTR_ERR(st->clk);
1097 ret = clk_prepare_enable(st->clk);
1123 mstrclk = clk_get_rate(st->clk);
1213 clk_disable_unprepare(st->clk);
1232 clk_disable_unprepare(st->clk);
1244 clk_disable_unprepare(st->clk);
1254 clk_prepare_enable(st->clk);