Lines Matching defs:clk
49 #include <linux/clk.h>
556 * all the clock operations become no-ops (see clk.h).
558 struct clk *clk;
559 struct clk **port_clks;
4111 n_ports, sizeof(struct clk *),
4131 hpriv->clk = clk_get(&pdev->dev, NULL);
4132 if (IS_ERR(hpriv->clk))
4135 clk_prepare_enable(hpriv->clk);
4196 if (!IS_ERR(hpriv->clk)) {
4197 clk_disable_unprepare(hpriv->clk);
4198 clk_put(hpriv->clk);
4226 if (!IS_ERR(hpriv->clk)) {
4227 clk_disable_unprepare(hpriv->clk);
4228 clk_put(hpriv->clk);