Home
last modified time | relevance | path

Searched refs:por_rst (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/phy/qualcomm/
A Dphy-qcom-ipq4019-usb.c26 struct reset_control *por_rst; member
34 reset_control_assert(phy->por_rst); in ipq4019_ss_phy_power_off()
46 reset_control_deassert(phy->por_rst); in ipq4019_ss_phy_power_on()
60 reset_control_assert(phy->por_rst); in ipq4019_hs_phy_power_off()
78 reset_control_deassert(phy->por_rst); in ipq4019_hs_phy_power_on()
112 phy->por_rst = devm_reset_control_get(phy->dev, "por_rst"); in ipq4019_usb_phy_probe()
113 if (IS_ERR(phy->por_rst)) { in ipq4019_usb_phy_probe()
114 if (PTR_ERR(phy->por_rst) != -EPROBE_DEFER) in ipq4019_usb_phy_probe()
116 return PTR_ERR(phy->por_rst); in ipq4019_usb_phy_probe()
/linux-6.3-rc2/drivers/phy/hisilicon/
A Dphy-hisi-inno-usb2.c39 struct reset_control *por_rst; member
80 reset_control_deassert(priv->por_rst); in hisi_inno_phy_init()
98 reset_control_assert(priv->por_rst); in hisi_inno_phy_exit()
134 priv->por_rst = devm_reset_control_get_exclusive(dev, NULL); in hisi_inno_phy_probe()
135 if (IS_ERR(priv->por_rst)) in hisi_inno_phy_probe()
136 return PTR_ERR(priv->por_rst); in hisi_inno_phy_probe()
A Dphy-histb-combphy.c46 struct reset_control *por_rst; member
124 reset_control_deassert(priv->por_rst); in histb_combphy_init()
152 reset_control_assert(priv->por_rst); in histb_combphy_exit()
249 priv->por_rst = devm_reset_control_get(dev, NULL); in histb_combphy_probe()
250 if (IS_ERR(priv->por_rst)) { in histb_combphy_probe()
252 return PTR_ERR(priv->por_rst); in histb_combphy_probe()
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dqcom-usb-ipq4019-phy.yaml26 - const: por_rst
51 reset-names = "por_rst", "srif_rst";
/linux-6.3-rc2/arch/arm/boot/dts/
A Dqcom-ipq4019.dtsi628 reset-names = "por_rst";
638 reset-names = "por_rst", "srif_rst";
670 reset-names = "por_rst", "srif_rst";

Completed in 10 milliseconds