Lines Matching defs:clk
8 #include <linux/clk-provider.h>9 #include <linux/clk/renesas.h>43 static struct clk * __init74 struct clk **clks;110 struct clk *clk;115 clk = r8a7778_cpg_register_clock(np, name);116 if (IS_ERR(clk))118 __func__, np, name, PTR_ERR(clk));120 data->clks[i] = clk;