Lines Matching defs:clk
7 #include <linux/clk.h>
131 * @clk: the controller clock is divided by the exteral 24MHz
146 struct clk *clk;
147 struct clk *pclk;
1551 thermal->clk = devm_clk_get_enabled(&pdev->dev, "tsadc");
1552 if (IS_ERR(thermal->clk))
1553 return dev_err_probe(&pdev->dev, PTR_ERR(thermal->clk),
1632 clk_disable(thermal->clk);
1645 error = clk_enable(thermal->clk);
1651 clk_disable(thermal->clk);