clk_parent_gio     55 drivers/phy/socionext/phy-uniphier-usb3ss.c 	struct clk *clk, *clk_ext, *clk_parent, *clk_parent_gio;
clk_parent_gio    163 drivers/phy/socionext/phy-uniphier-usb3ss.c 	ret = clk_prepare_enable(priv->clk_parent_gio);
clk_parent_gio    186 drivers/phy/socionext/phy-uniphier-usb3ss.c 	clk_disable_unprepare(priv->clk_parent_gio);
clk_parent_gio    199 drivers/phy/socionext/phy-uniphier-usb3ss.c 	clk_disable_unprepare(priv->clk_parent_gio);
clk_parent_gio    249 drivers/phy/socionext/phy-uniphier-usb3ss.c 		priv->clk_parent_gio = devm_clk_get(dev, "gio");
clk_parent_gio    250 drivers/phy/socionext/phy-uniphier-usb3ss.c 		if (IS_ERR(priv->clk_parent_gio))
clk_parent_gio    251 drivers/phy/socionext/phy-uniphier-usb3ss.c 			return PTR_ERR(priv->clk_parent_gio);