Lines Matching defs:clk
14 #include <linux/clk.h>
148 * @clk: pointer to the clock structure.
150 * @sclk: pointer to the clock structure for accessing the tmu special clk.
183 struct clk *clk, *clk_sec, *sclk;
282 clk_enable(data->clk);
312 clk_disable(data->clk);
343 clk_enable(data->clk);
346 clk_disable(data->clk);
661 clk_enable(data->clk);
669 clk_disable(data->clk);
736 clk_enable(data->clk);
738 clk_disable(data->clk);
777 clk_enable(data->clk);
782 clk_disable(data->clk);
1035 data->clk = devm_clk_get(&pdev->dev, "tmu_apbif");
1036 if (IS_ERR(data->clk)) {
1038 ret = PTR_ERR(data->clk);
1057 ret = clk_prepare(data->clk);
1116 clk_unprepare(data->clk);
1134 clk_unprepare(data->clk);