Searched refs:rst_parent (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/socionext/ |
H A D | phy-uniphier-ahci.c | 23 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()
|
H A D | phy-uniphier-usb3ss.c | 58 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 D | phy-uniphier-usb3hs.c | 72 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()
|
/kernel/linux/linux-6.6/drivers/phy/socionext/ |
H A D | phy-uniphier-usb3ss.c | 58 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 D | phy-uniphier-ahci.c | 23 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()
|
H A D | phy-uniphier-usb3hs.c | 72 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()
|
Completed in 5 milliseconds