Lines Matching defs:clk
8 #include <linux/clk-provider.h>9 #include <linux/clk/renesas.h>49 static struct clk * __init81 struct clk **clks;123 struct clk *clk;128 clk = r8a7778_cpg_register_clock(np, cpg, name);129 if (IS_ERR(clk))131 __func__, np, name, PTR_ERR(clk));133 cpg->data.clks[i] = clk;