Home
last modified time | relevance | path

Searched full:srif_rst (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/phy/qualcomm/
Dphy-qcom-ipq4019-usb.c27 struct reset_control *srif_rst; member
63 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()
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dqcom-usb-ipq4019-phy.yaml27 - const: srif_rst
51 reset-names = "por_rst", "srif_rst";