Lines Matching defs:clk
9 #include <linux/clk.h>
233 struct clk *clk;
1323 nbpf->clk = devm_clk_get(dev, NULL);
1324 if (IS_ERR(nbpf->clk))
1325 return PTR_ERR(nbpf->clk);
1433 ret = clk_prepare_enable(nbpf->clk);
1452 clk_disable_unprepare(nbpf->clk);
1474 clk_disable_unprepare(nbpf->clk);
1497 clk_disable_unprepare(nbpf->clk);
1504 return clk_prepare_enable(nbpf->clk);