Lines Matching defs:clk
17 #include <linux/clk.h>
172 struct clk *clk;
964 clk_disable_unprepare(host->clk);
972 clk_prepare_enable(host->clk);
984 clk_disable_unprepare(host->clk);
992 clk_prepare_enable(host->clk);
1165 rate_round = clk_round_rate(host->clk, rate);
1170 rate_round = clk_round_rate(host->clk, rate);
1201 ret = clk_set_rate(host->clk, rate);
1731 host->clk = devm_clk_get(&pdev->dev, NULL);
1732 if (IS_ERR(host->clk))
1733 return PTR_ERR(host->clk);
1781 err = clk_prepare_enable(host->clk);
1815 clk_disable_unprepare(host->clk);
1830 clk_disable_unprepare(host->clk);