Lines Matching defs:clk
9 #include <linux/clk.h>
256 struct clk *clk[AVE_MAX_CLKS];
1174 /* enable clk because of hw access until ndo_open */
1176 ret = clk_prepare_enable(priv->clk[nc]);
1243 clk_disable_unprepare(priv->clk[nc]);
1256 /* disable clk because of hw access after ndo_stop */
1260 clk_disable_unprepare(priv->clk[i]);
1647 priv->clk[i] = devm_clk_get(dev, name);
1648 if (IS_ERR(priv->clk[i]))
1649 return PTR_ERR(priv->clk[i]);