Searched refs:rst_parent (Results 1 – 3 of 3) sorted by relevance
58 struct reset_control *rst, *rst_parent, *rst_parent_gio; member169 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()
72 struct reset_control *rst, *rst_parent, *rst_parent_gio; member266 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()
23 struct reset_control *rst, *rst_parent, *rst_parent_gio; member300 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()