Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/phy/socionext/
Dphy-uniphier-ahci.c23 struct reset_control *rst, *rst_parent; member
149 ret = reset_control_deassert(priv->rst_parent); in uniphier_ahciphy_init()
162 reset_control_assert(priv->rst_parent); in uniphier_ahciphy_init()
173 reset_control_assert(priv->rst_parent); in uniphier_ahciphy_exit()
260 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_ahciphy_probe()
261 if (IS_ERR(priv->rst_parent)) in uniphier_ahciphy_probe()
262 return PTR_ERR(priv->rst_parent); in uniphier_ahciphy_probe()
Dphy-uniphier-usb3ss.c56 struct reset_control *rst, *rst_parent, *rst_parent_gio; member
167 ret = reset_control_deassert(priv->rst_parent); in uniphier_u3ssphy_init()
184 reset_control_assert(priv->rst_parent); in uniphier_u3ssphy_init()
198 reset_control_assert(priv->rst_parent); in uniphier_u3ssphy_exit()
261 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3ssphy_probe()
262 if (IS_ERR(priv->rst_parent)) in uniphier_u3ssphy_probe()
263 return PTR_ERR(priv->rst_parent); in uniphier_u3ssphy_probe()
Dphy-uniphier-usb3hs.c72 struct reset_control *rst, *rst_parent, *rst_parent_gio; member
266 ret = reset_control_deassert(priv->rst_parent); in uniphier_u3hsphy_init()
294 reset_control_assert(priv->rst_parent); in uniphier_u3hsphy_init()
308 reset_control_assert(priv->rst_parent); in uniphier_u3hsphy_exit()
372 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3hsphy_probe()
373 if (IS_ERR(priv->rst_parent)) in uniphier_u3hsphy_probe()
374 return PTR_ERR(priv->rst_parent); in uniphier_u3hsphy_probe()