Searched refs:rst_parent (Results 1 – 2 of 2) sorted by relevance
56 struct reset_control *rst, *rst_parent, *rst_parent_gio; member167 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()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()
70 struct reset_control *rst, *rst_parent; member259 ret = reset_control_deassert(priv->rst_parent); in uniphier_u3hsphy_init()282 reset_control_assert(priv->rst_parent); in uniphier_u3hsphy_init()293 reset_control_assert(priv->rst_parent); in uniphier_u3hsphy_exit()346 priv->rst_parent = devm_reset_control_get_shared(dev, "link"); in uniphier_u3hsphy_probe()347 if (IS_ERR(priv->rst_parent)) in uniphier_u3hsphy_probe()348 return PTR_ERR(priv->rst_parent); in uniphier_u3hsphy_probe()