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;
4105 n_ports, sizeof(struct clk *),
4125 hpriv->clk = clk_get(&pdev->dev, NULL);
4126 if (IS_ERR(hpriv->clk))
4129 clk_prepare_enable(hpriv->clk);
4190 if (!IS_ERR(hpriv->clk)) {
4191 clk_disable_unprepare(hpriv->clk);
4192 clk_put(hpriv->clk);
4220 if (!IS_ERR(hpriv->clk)) {
4221 clk_disable_unprepare(hpriv->clk);
4222 clk_put(hpriv->clk);