Searched full:por_rst (Results 1 – 4 of 4) sorted by relevance
25 struct reset_control *por_rst; member33 reset_control_assert(phy->por_rst); in ipq4019_ss_phy_power_off()45 reset_control_deassert(phy->por_rst); in ipq4019_ss_phy_power_on()59 reset_control_assert(phy->por_rst); in ipq4019_hs_phy_power_off()77 reset_control_deassert(phy->por_rst); in ipq4019_hs_phy_power_on()111 phy->por_rst = devm_reset_control_get(phy->dev, "por_rst"); in ipq4019_usb_phy_probe()112 if (IS_ERR(phy->por_rst)) { in ipq4019_usb_phy_probe()113 if (PTR_ERR(phy->por_rst) != -EPROBE_DEFER) in ipq4019_usb_phy_probe()115 return PTR_ERR(phy->por_rst); in ipq4019_usb_phy_probe()
53 struct reset_control *por_rst; member105 reset_control_deassert(priv->por_rst); in hisi_inno_phy_init()123 reset_control_assert(priv->por_rst); in hisi_inno_phy_exit()158 priv->por_rst = devm_reset_control_get_exclusive(dev, NULL); in hisi_inno_phy_probe()159 if (IS_ERR(priv->por_rst)) in hisi_inno_phy_probe()160 return PTR_ERR(priv->por_rst); in hisi_inno_phy_probe()
47 struct reset_control *por_rst; member125 reset_control_deassert(priv->por_rst); in histb_combphy_init()153 reset_control_assert(priv->por_rst); in histb_combphy_exit()250 priv->por_rst = devm_reset_control_get(dev, NULL); in histb_combphy_probe()251 if (IS_ERR(priv->por_rst)) { in histb_combphy_probe()253 return PTR_ERR(priv->por_rst); in histb_combphy_probe()
26 - const: por_rst51 reset-names = "por_rst", "srif_rst";