clk_ext           352 arch/mips/lantiq/xway/sysctrl.c 	struct clk *clk_ext = kzalloc(sizeof(struct clk), GFP_KERNEL);
clk_ext           367 arch/mips/lantiq/xway/sysctrl.c 	clk_ext->cl.dev_id = "17000000.pci";
clk_ext           368 arch/mips/lantiq/xway/sysctrl.c 	clk_ext->cl.con_id = "external";
clk_ext           369 arch/mips/lantiq/xway/sysctrl.c 	clk_ext->cl.clk = clk_ext;
clk_ext           370 arch/mips/lantiq/xway/sysctrl.c 	clk_ext->enable = pci_ext_enable;
clk_ext           371 arch/mips/lantiq/xway/sysctrl.c 	clk_ext->disable = pci_ext_disable;
clk_ext           372 arch/mips/lantiq/xway/sysctrl.c 	clkdev_add(&clk_ext->cl);
clk_ext            69 drivers/phy/socionext/phy-uniphier-usb3hs.c 	struct clk *clk, *clk_parent, *clk_ext;
clk_ext           205 drivers/phy/socionext/phy-uniphier-usb3hs.c 	ret = clk_prepare_enable(priv->clk_ext);
clk_ext           230 drivers/phy/socionext/phy-uniphier-usb3hs.c 	clk_disable_unprepare(priv->clk_ext);
clk_ext           244 drivers/phy/socionext/phy-uniphier-usb3hs.c 	clk_disable_unprepare(priv->clk_ext);
clk_ext           338 drivers/phy/socionext/phy-uniphier-usb3hs.c 	priv->clk_ext = devm_clk_get_optional(dev, "phy-ext");
clk_ext           339 drivers/phy/socionext/phy-uniphier-usb3hs.c 	if (IS_ERR(priv->clk_ext))
clk_ext           340 drivers/phy/socionext/phy-uniphier-usb3hs.c 		return PTR_ERR(priv->clk_ext);
clk_ext            55 drivers/phy/socionext/phy-uniphier-usb3ss.c 	struct clk *clk, *clk_ext, *clk_parent, *clk_parent_gio;
clk_ext           110 drivers/phy/socionext/phy-uniphier-usb3ss.c 	ret = clk_prepare_enable(priv->clk_ext);
clk_ext           135 drivers/phy/socionext/phy-uniphier-usb3ss.c 	clk_disable_unprepare(priv->clk_ext);
clk_ext           149 drivers/phy/socionext/phy-uniphier-usb3ss.c 	clk_disable_unprepare(priv->clk_ext);
clk_ext           241 drivers/phy/socionext/phy-uniphier-usb3ss.c 		priv->clk_ext = devm_clk_get_optional(dev, "phy-ext");
clk_ext           242 drivers/phy/socionext/phy-uniphier-usb3ss.c 		if (IS_ERR(priv->clk_ext))
clk_ext           243 drivers/phy/socionext/phy-uniphier-usb3ss.c 			return PTR_ERR(priv->clk_ext);