Lines Matching defs:clk
9 #include <linux/clk.h>
1064 clk_disable_unprepare((struct clk *)data);
1074 /* default to internal clk */
1091 struct clk *clk = devm_clk_get(dev, NULL);
1093 if (IS_ERR(clk))
1094 return PTR_ERR(clk);
1096 ret = clk_prepare_enable(clk);
1100 ret = devm_add_action_or_reset(dev, adis16475_disable_clk, clk);
1104 st->clk_freq = clk_get_rate(clk);
1151 * Keep in mind that the mask for the clk modes in adis1650*