Home
last modified time | relevance | path

Searched refs:cmn_reset (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx.c329 struct reset_control *cmn_reset; member
597 reset_control_assert(hdptx->cmn_reset); in rockchip_hdptx_phy_set_rate()
651 reset_control_deassert(hdptx->cmn_reset); in rockchip_hdptx_phy_set_rate()
935 reset_control_deassert(hdptx->cmn_reset); in rockchip_hdptx_phy_dp_aux_init()
970 reset_control_assert(hdptx->cmn_reset); in rockchip_hdptx_phy_reset()
1138 hdptx->cmn_reset = devm_reset_control_get(dev, "cmn"); in rockchip_hdptx_phy_probe()
1139 if (IS_ERR(hdptx->cmn_reset)) in rockchip_hdptx_phy_probe()
1140 return dev_err_probe(dev, PTR_ERR(hdptx->cmn_reset), in rockchip_hdptx_phy_probe()
H A Dphy-rockchip-samsung-hdptx-hdmi.c716 struct reset_control *cmn_reset; member
895 reset_control_assert(hdptx->cmn_reset); in hdptx_pre_power_up()
951 reset_control_deassert(hdptx->cmn_reset); in hdptx_post_enable_pll()
986 reset_control_deassert(hdptx->cmn_reset); in hdptx_post_power_up()
1865 reset_control_assert(hdptx->cmn_reset); in rockchip_hdptx_phy_power_off()
2078 hdptx->cmn_reset = devm_reset_control_get(dev, "cmn"); in rockchip_hdptx_phy_probe()
2079 if (IS_ERR(hdptx->cmn_reset)) { in rockchip_hdptx_phy_probe()
2080 ret = PTR_ERR(hdptx->cmn_reset); in rockchip_hdptx_phy_probe()
2139 reset_control_assert(hdptx->cmn_reset); in rockchip_hdptx_phy_probe()
2141 reset_control_deassert(hdptx->cmn_reset); in rockchip_hdptx_phy_probe()
[all...]

Completed in 6 milliseconds