phy_gate_clk       42 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 	struct clk			*phy_gate_clk;
phy_gate_clk      126 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 	ret = clk_prepare_enable(priv->phy_gate_clk);
phy_gate_clk      139 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 	clk_disable_unprepare(priv->phy_gate_clk);
phy_gate_clk      181 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 	priv->phy_gate_clk = devm_clk_get(dev, "phy");
phy_gate_clk      182 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 	if (IS_ERR(priv->phy_gate_clk)) {
phy_gate_clk      184 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 		return PTR_ERR(priv->phy_gate_clk);