Lines Matching defs:clk
10 #include <linux/clk.h>
254 struct clk *clk;
562 ret = clk_set_rate(fiu->clk, chip->clkrate);
678 fiu->clkrate = clk_get_rate(fiu->clk);
741 fiu->clk = devm_clk_get(dev, NULL);
742 if (IS_ERR(fiu->clk))
743 return PTR_ERR(fiu->clk);
749 clk_prepare_enable(fiu->clk);
761 clk_disable_unprepare(fiu->clk);
770 clk_disable_unprepare(fiu->clk);