Searched refs:rst_parent (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/phy/socionext/
H A Dphy-uniphier-usb3ss.c58 struct reset_control *rst, *rst_parent, *rst_parent_gio; member in struct:uniphier_u3ssphy_priv
169 ret = reset_control_deassert(priv->rst_parent);
186 reset_control_assert(priv->rst_parent);
200 reset_control_assert(priv->rst_parent);
263 priv->rst_parent = devm_reset_control_get_shared(dev, "link");
264 if (IS_ERR(priv->rst_parent))
265 return PTR_ERR(priv->rst_parent);
H A Dphy-uniphier-usb3hs.c72 struct reset_control *rst, *rst_parent, *rst_parent_gio; member in struct:uniphier_u3hsphy_priv
266 ret = reset_control_deassert(priv->rst_parent);
294 reset_control_assert(priv->rst_parent);
308 reset_control_assert(priv->rst_parent);
372 priv->rst_parent = devm_reset_control_get_shared(dev, "link");
373 if (IS_ERR(priv->rst_parent))
374 return PTR_ERR(priv->rst_parent);
H A Dphy-uniphier-ahci.c23 struct reset_control *rst, *rst_parent, *rst_parent_gio; member in struct:uniphier_ahciphy_priv
300 ret = reset_control_deassert(priv->rst_parent);
313 reset_control_assert(priv->rst_parent);
328 reset_control_assert(priv->rst_parent);
417 priv->rst_parent = devm_reset_control_get_shared(dev, "link");
418 if (IS_ERR(priv->rst_parent))
419 return PTR_ERR(priv->rst_parent);

Completed in 233 milliseconds