Home
last modified time | relevance | path

Searched refs:rst_parent_gio (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
173 ret = reset_control_deassert(priv->rst_parent_gio); in uniphier_u3ssphy_init()
199 reset_control_assert(priv->rst_parent_gio); in uniphier_u3ssphy_exit()
253 priv->rst_parent_gio = in uniphier_u3ssphy_probe()
255 if (IS_ERR(priv->rst_parent_gio)) in uniphier_u3ssphy_probe()
256 return PTR_ERR(priv->rst_parent_gio); in uniphier_u3ssphy_probe()
H A Dphy-uniphier-ahci.c23 struct reset_control *rst, *rst_parent, *rst_parent_gio; member
296 ret = reset_control_deassert(priv->rst_parent_gio); in uniphier_ahciphy_init()
315 reset_control_assert(priv->rst_parent_gio); in uniphier_ahciphy_init()
329 reset_control_assert(priv->rst_parent_gio); in uniphier_ahciphy_exit()
429 priv->rst_parent_gio = in uniphier_ahciphy_probe()
431 if (IS_ERR(priv->rst_parent_gio)) in uniphier_ahciphy_probe()
432 return PTR_ERR(priv->rst_parent_gio); in uniphier_ahciphy_probe()
H A 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()