ctrl_reset         43 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 	struct reset_control		*ctrl_reset;
ctrl_reset        187 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 	priv->ctrl_reset = devm_reset_control_get_shared(dev, "ctrl");
ctrl_reset        188 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 	if (IS_ERR(priv->ctrl_reset)) {
ctrl_reset        189 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 		if (PTR_ERR(priv->ctrl_reset) != -EPROBE_DEFER)
ctrl_reset        191 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 		return PTR_ERR(priv->ctrl_reset);
ctrl_reset        217 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c 	reset_control_deassert(priv->ctrl_reset);