Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/socionext/
H A Dphy-uniphier-usb3ss.c58 struct reset_control *rst, *rst_parent, *rst_parent_gio; member
169 ret = reset_control_deassert(priv->rst_parent); in uniphier_u3ssphy_init()
186 reset_control_assert(priv->rst_parent); in uniphier_u3ssphy_init()
200 reset_control_assert(priv->rst_parent); in uniphier_u3ssphy_exit()
263 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3ssphy_probe()
264 if (IS_ERR(priv->rst_parent)) in uniphier_u3ssphy_probe()
265 return PTR_ERR(priv->rst_parent); in uniphier_u3ssphy_probe()
H A 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()
H A Dphy-uniphier-ahci.c23 struct reset_control *rst, *rst_parent, *rst_parent_gio; member
300 ret = reset_control_deassert(priv->rst_parent); in uniphier_ahciphy_init()
313 reset_control_assert(priv->rst_parent); in uniphier_ahciphy_init()
328 reset_control_assert(priv->rst_parent); in uniphier_ahciphy_exit()
417 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_ahciphy_probe()
418 if (IS_ERR(priv->rst_parent)) in uniphier_ahciphy_probe()
419 return PTR_ERR(priv->rst_parent); in uniphier_ahciphy_probe()