Searched refs:clk_parent_gio (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/phy/socionext/
H A Dphy-uniphier-usb3ss.c57 struct clk *clk, *clk_ext, *clk_parent, *clk_parent_gio; member in struct:uniphier_u3ssphy_priv
165 ret = clk_prepare_enable(priv->clk_parent_gio);
188 clk_disable_unprepare(priv->clk_parent_gio);
201 clk_disable_unprepare(priv->clk_parent_gio);
249 priv->clk_parent_gio = devm_clk_get(dev, "gio");
250 if (IS_ERR(priv->clk_parent_gio))
251 return PTR_ERR(priv->clk_parent_gio);
H A Dphy-uniphier-usb3hs.c71 struct clk *clk, *clk_parent, *clk_ext, *clk_parent_gio; member in struct:uniphier_u3hsphy_priv
262 ret = clk_prepare_enable(priv->clk_parent_gio);
296 clk_disable_unprepare(priv->clk_parent_gio);
309 clk_disable_unprepare(priv->clk_parent_gio);
358 priv->clk_parent_gio = devm_clk_get(dev, "gio");
359 if (IS_ERR(priv->clk_parent_gio))
360 return PTR_ERR(priv->clk_parent_gio);
H A Dphy-uniphier-ahci.c22 struct clk *clk, *clk_parent, *clk_parent_gio; member in struct:uniphier_ahciphy_priv
288 ret = clk_prepare_enable(priv->clk_parent_gio);
319 clk_disable_unprepare(priv->clk_parent_gio);
331 clk_disable_unprepare(priv->clk_parent_gio);
426 priv->clk_parent_gio = devm_clk_get(dev, "gio");
427 if (IS_ERR(priv->clk_parent_gio))
428 return PTR_ERR(priv->clk_parent_gio);

Completed in 121 milliseconds