Home
last modified time | relevance | path

Searched refs:phy_reset (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c83 struct reset_control *phy_reset; member
1587 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup()
1590 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup()
1591 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1594 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup()
1595 reset_control_deassert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1606 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerdown()
1607 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerdown()
1888 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()
1889 if (IS_ERR(bsp_priv->phy_reset)) { in rk_gmac_setup()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c280 * @phy_reset: phy reset control.
303 struct reset_control *phy_reset; member
354 ret = reset_control_assert(rphy->phy_reset); in rockchip_usb2phy_reset()
361 ret = reset_control_deassert(rphy->phy_reset); in rockchip_usb2phy_reset()
2021 rphy->phy_reset = devm_reset_control_get_optional(dev, "phy"); in rockchip_usb2phy_probe()
2022 if (IS_ERR(rphy->phy_reset)) { in rockchip_usb2phy_probe()
2023 return PTR_ERR(rphy->phy_reset); in rockchip_usb2phy_probe()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/phy/hisiv100/
H A Dhdmi_hal_phy.c1538 hi_bool phy_reset = HI_FALSE; in hal_hdmi_phy_oe_get() local
1544 drv_hdmi_prod_crg_phy_reset_get(&phy_reset); in hal_hdmi_phy_oe_get()
1545 if (!phy_reset) { in hal_hdmi_phy_oe_get()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx-hdmi.c714 struct reset_control *phy_reset; member
2057 hdptx->phy_reset = devm_reset_control_get(dev, "phy"); in rockchip_hdptx_phy_probe()
2058 if (IS_ERR(hdptx->phy_reset)) { in rockchip_hdptx_phy_probe()
2059 ret = PTR_ERR(hdptx->phy_reset); in rockchip_hdptx_phy_probe()

Completed in 14 milliseconds