Home
last modified time | relevance | path

Searched refs:phy_rst (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-combphy.c209 struct reset_control *phy_rst; member
285 ret = reset_control_deassert(priv->phy_rst); in rockchip_combphy_init()
311 reset_control_assert(priv->phy_rst); in rockchip_combphy_exit()
377 priv->phy_rst = devm_reset_control_get_exclusive(dev, "phy"); in rockchip_combphy_parse_dt()
379 if (PTR_ERR(priv->phy_rst) == -ENOENT) in rockchip_combphy_parse_dt()
380 priv->phy_rst = devm_reset_control_array_get_exclusive(dev); in rockchip_combphy_parse_dt()
381 if (IS_ERR(priv->phy_rst)) in rockchip_combphy_parse_dt()
382 return dev_err_probe(dev, PTR_ERR(priv->phy_rst), "failed to get phy reset\n"); in rockchip_combphy_parse_dt()
429 ret = reset_control_assert(priv->phy_rst); in rockchip_combphy_probe()
/linux/arch/arm64/boot/dts/rockchip/
H A Dpx30-ringneck.dtsi350 pinctrl-0 = <&phy_rst>;
365 phy_rst: phy-rst { label
H A Dpx30-cobra.dtsi403 pinctrl-0 = <&phy_rst>;
438 phy_rst: phy-rst { label
H A Drk3368-lba3368.dts239 pinctrl-0 = <&phy_rst>;
497 phy_rst: phy-rst { label
/linux/drivers/phy/cadence/
H A Dphy-cadence-sierra.c389 struct reset_control *phy_rst; member
620 ret = reset_control_deassert(sp->phy_rst); in cdns_sierra_phy_on()
673 reset_control_assert(sp->phy_rst); in cdns_sierra_phy_reset()
674 reset_control_deassert(sp->phy_rst); in cdns_sierra_phy_reset()
1237 sp->phy_rst = rst; in cdns_sierra_phy_get_resets()
1357 ret = reset_control_deassert(sp->phy_rst); in cdns_sierra_phy_configure_multilink()
1530 reset_control_assert(phy->phy_rst); in cdns_sierra_phy_remove()
H A Dphy-cadence-torrent.c360 struct reset_control *phy_rst; member
1657 ret = reset_control_deassert(cdns_phy->phy_rst); in cdns_torrent_phy_on()
1696 ret = reset_control_assert(cdns_phy->phy_rst); in cdns_torrent_phy_off()
2730 ret = reset_control_deassert(cdns_phy->phy_rst); in cdns_torrent_phy_configure_multilink()
2789 cdns_phy->phy_rst = devm_reset_control_get_exclusive_by_index(dev, 0); in cdns_torrent_of_get_reset()
2790 if (IS_ERR(cdns_phy->phy_rst)) { in cdns_torrent_of_get_reset()
2793 return PTR_ERR(cdns_phy->phy_rst); in cdns_torrent_of_get_reset()
3171 reset_control_assert(cdns_phy->phy_rst); in cdns_torrent_phy_remove()
3334 reset_control_assert(cdns_phy->phy_rst); in cdns_torrent_phy_suspend_noirq()
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-mlxreg-io794 …t: /sys/devices/platform/mlxplat/i2c_mlxcpld.*/i2c-*/i2c-*/*-00**/mlxreg-io.*/hwmon/hwmon*/phy_rst