Lines Matching defs:clk
8 #include <linux/clk.h>
46 struct clk *clk;
50 clk = devm_clk_get(dev, NULL);
51 if (IS_ERR(clk)) {
52 dev_err(dev, "failed to get clk: %pe\n", clk);
53 return PTR_ERR(clk);
56 rate = clk_get_rate(clk);
58 dev_err(dev, "failed to get clk rate\n");
111 * The clk's connection id to set is NULL and this is a NULL terminated