Lines Matching defs:clk
11 #include <linux/clk.h>
179 * @clk: phy clock for register access
196 struct clk *clk;
197 struct clk *pipeclk;
198 struct clk *utmiclk;
199 struct clk *itpclk;
209 struct clk *ref_clk;
273 * Sets the pipe3 phy's clk as EXTREFCLK (XXTI) which is internal clock
312 dev_dbg(phy_drd->dev, "unsupported ref clk\n");
320 * Sets the utmi phy's clk as EXTREFCLK (XXTI) which is internal clock
389 ret = clk_prepare_enable(phy_drd->clk);
439 clk_disable_unprepare(phy_drd->clk);
451 ret = clk_prepare_enable(phy_drd->clk);
473 clk_disable_unprepare(phy_drd->clk);
721 phy_drd->clk = devm_clk_get(phy_drd->dev, "phy");
722 if (IS_ERR(phy_drd->clk)) {
724 return PTR_ERR(phy_drd->clk);