Lines Matching defs:clk
14 #include <linux/clk.h>
149 * @clk: pointer to the clock structure.
151 * @sclk: pointer to the clock structure for accessing the tmu special clk.
184 struct clk *clk, *clk_sec, *sclk;
291 clk_enable(data->clk);
324 clk_disable(data->clk);
355 clk_enable(data->clk);
358 clk_disable(data->clk);
668 clk_enable(data->clk);
676 clk_disable(data->clk);
743 clk_enable(data->clk);
745 clk_disable(data->clk);
784 clk_enable(data->clk);
789 clk_disable(data->clk);
1042 data->clk = devm_clk_get(&pdev->dev, "tmu_apbif");
1043 if (IS_ERR(data->clk)) {
1045 ret = PTR_ERR(data->clk);
1064 ret = clk_prepare(data->clk);
1125 clk_unprepare(data->clk);
1145 clk_unprepare(data->clk);