Searched refs:rst_parent_gio (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/phy/socionext/
H A Dphy-uniphier-usb3ss.c58 struct reset_control *rst, *rst_parent, *rst_parent_gio; member in struct:uniphier_u3ssphy_priv
173 ret = reset_control_deassert(priv->rst_parent_gio);
199 reset_control_assert(priv->rst_parent_gio);
253 priv->rst_parent_gio =
255 if (IS_ERR(priv->rst_parent_gio))
256 return PTR_ERR(priv->rst_parent_gio);
H A Dphy-uniphier-ahci.c23 struct reset_control *rst, *rst_parent, *rst_parent_gio; member in struct:uniphier_ahciphy_priv
296 ret = reset_control_deassert(priv->rst_parent_gio);
315 reset_control_assert(priv->rst_parent_gio);
329 reset_control_assert(priv->rst_parent_gio);
429 priv->rst_parent_gio =
431 if (IS_ERR(priv->rst_parent_gio))
432 return PTR_ERR(priv->rst_parent_gio);
H A Dphy-uniphier-usb3hs.c72 struct reset_control *rst, *rst_parent, *rst_parent_gio; member in struct:uniphier_u3hsphy_priv
270 ret = reset_control_deassert(priv->rst_parent_gio);
307 reset_control_assert(priv->rst_parent_gio);
362 priv->rst_parent_gio =
364 if (IS_ERR(priv->rst_parent_gio))
365 return PTR_ERR(priv->rst_parent_gio);

Completed in 205 milliseconds