rst_parent 70 drivers/phy/socionext/phy-uniphier-usb3hs.c struct reset_control *rst, *rst_parent; rst_parent 259 drivers/phy/socionext/phy-uniphier-usb3hs.c ret = reset_control_deassert(priv->rst_parent); rst_parent 282 drivers/phy/socionext/phy-uniphier-usb3hs.c reset_control_assert(priv->rst_parent); rst_parent 293 drivers/phy/socionext/phy-uniphier-usb3hs.c reset_control_assert(priv->rst_parent); rst_parent 346 drivers/phy/socionext/phy-uniphier-usb3hs.c priv->rst_parent = devm_reset_control_get_shared(dev, "link"); rst_parent 347 drivers/phy/socionext/phy-uniphier-usb3hs.c if (IS_ERR(priv->rst_parent)) rst_parent 348 drivers/phy/socionext/phy-uniphier-usb3hs.c return PTR_ERR(priv->rst_parent); rst_parent 56 drivers/phy/socionext/phy-uniphier-usb3ss.c struct reset_control *rst, *rst_parent, *rst_parent_gio; rst_parent 167 drivers/phy/socionext/phy-uniphier-usb3ss.c ret = reset_control_deassert(priv->rst_parent); rst_parent 184 drivers/phy/socionext/phy-uniphier-usb3ss.c reset_control_assert(priv->rst_parent); rst_parent 198 drivers/phy/socionext/phy-uniphier-usb3ss.c reset_control_assert(priv->rst_parent); rst_parent 263 drivers/phy/socionext/phy-uniphier-usb3ss.c priv->rst_parent = devm_reset_control_get_shared(dev, "link"); rst_parent 264 drivers/phy/socionext/phy-uniphier-usb3ss.c if (IS_ERR(priv->rst_parent)) rst_parent 265 drivers/phy/socionext/phy-uniphier-usb3ss.c return PTR_ERR(priv->rst_parent);