Searched full:srif_rst (Results 1 – 2 of 2) sorted by relevance
27 struct reset_control *srif_rst; member63 reset_control_assert(phy->srif_rst); in ipq4019_hs_phy_power_off()75 reset_control_deassert(phy->srif_rst); in ipq4019_hs_phy_power_on()121 phy->srif_rst = devm_reset_control_get_optional(phy->dev, "srif_rst"); in ipq4019_usb_phy_probe()122 if (IS_ERR(phy->srif_rst)) in ipq4019_usb_phy_probe()123 return PTR_ERR(phy->srif_rst); in ipq4019_usb_phy_probe()
27 - const: srif_rst51 reset-names = "por_rst", "srif_rst";