Lines Matching defs:clk
9 #include <linux/clk.h>
257 struct clk *clk[AVE_MAX_CLKS];
1175 /* enable clk because of hw access until ndo_open */
1177 ret = clk_prepare_enable(priv->clk[nc]);
1246 clk_disable_unprepare(priv->clk[nc]);
1259 /* disable clk because of hw access after ndo_stop */
1263 clk_disable_unprepare(priv->clk[i]);
1646 priv->clk[i] = devm_clk_get(dev, name);
1647 if (IS_ERR(priv->clk[i]))
1648 return PTR_ERR(priv->clk[i]);