Lines Matching defs:clk
12 #include <linux/clk.h>215 * @clk: clock for the DMA controller228 struct clk *clk;1152 od->clk = devm_clk_get(&pdev->dev, NULL);1153 if (IS_ERR(od->clk)) {1155 return PTR_ERR(od->clk);1207 clk_prepare_enable(od->clk);1228 clk_disable_unprepare(od->clk);1249 clk_disable_unprepare(od->clk);