Home
last modified time | relevance | path

Searched refs:rst_parent_gio (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/phy/socionext/
Dphy-uniphier-usb3ss.c56 struct reset_control *rst, *rst_parent, *rst_parent_gio; member
171 ret = reset_control_deassert(priv->rst_parent_gio); in uniphier_u3ssphy_init()
197 reset_control_assert(priv->rst_parent_gio); in uniphier_u3ssphy_exit()
251 priv->rst_parent_gio = in uniphier_u3ssphy_probe()
253 if (IS_ERR(priv->rst_parent_gio)) in uniphier_u3ssphy_probe()
254 return PTR_ERR(priv->rst_parent_gio); in uniphier_u3ssphy_probe()
Dphy-uniphier-usb3hs.c72 struct reset_control *rst, *rst_parent, *rst_parent_gio; member
270 ret = reset_control_deassert(priv->rst_parent_gio); in uniphier_u3hsphy_init()
307 reset_control_assert(priv->rst_parent_gio); in uniphier_u3hsphy_exit()
362 priv->rst_parent_gio = in uniphier_u3hsphy_probe()
364 if (IS_ERR(priv->rst_parent_gio)) in uniphier_u3hsphy_probe()
365 return PTR_ERR(priv->rst_parent_gio); in uniphier_u3hsphy_probe()