Lines Matching defs:clk
15 #include <linux/clk.h>556 * @clk: Pointer to the DMA clock structure.599 struct clk *clk;3140 struct clk *clk;3152 clk = devm_clk_get_enabled(dev, NULL);3153 if (IS_ERR(clk))3154 return PTR_ERR(clk);3221 base->clk = clk;