Lines Matching refs:reset
14 #include <linux/reset.h>
97 struct reset_control *reset;
112 ret = reset_control_reset(priv->reset);
118 reset_control_rearm(priv->reset);
130 reset_control_rearm(priv->reset);
140 /* reset the PHY and wait until settings are stabilized */
194 /* power off the PHY by putting it into reset mode */
208 /* power on the PHY by taking it out of reset mode */
229 .reset = phy_meson_gxl_usb2_reset,
264 priv->reset = devm_reset_control_get_optional_shared(dev, "phy");
265 if (IS_ERR(priv->reset))
266 return PTR_ERR(priv->reset);