Home
last modified time | relevance | path

Searched refs:ropll_reset (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx-hdmi.c727 struct reset_control *ropll_reset; member
1206 reset_control_assert(hdptx->ropll_reset); in hdptx_ropll_cmn_config()
1208 reset_control_deassert(hdptx->ropll_reset); in hdptx_ropll_cmn_config()
1483 reset_control_assert(hdptx->ropll_reset); in hdptx_lcpll_ropll_cmn_config()
1485 reset_control_deassert(hdptx->ropll_reset); in hdptx_lcpll_ropll_cmn_config()
2287 hdptx->ropll_reset = devm_reset_control_get(dev, "ropll"); in rockchip_hdptx_phy_probe()
2288 if (IS_ERR(hdptx->ropll_reset)) { in rockchip_hdptx_phy_probe()
2289 ret = PTR_ERR(hdptx->ropll_reset); in rockchip_hdptx_phy_probe()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dphy-rockchip-samsung-hdptx-hdmi.c713 struct reset_ctl ropll_reset; member
1215 reset_assert(&hdptx->ropll_reset); in hdptx_ropll_cmn_config()
1217 reset_deassert(&hdptx->ropll_reset); in hdptx_ropll_cmn_config()
1498 reset_assert(&hdptx->ropll_reset); in hdptx_lcpll_ropll_cmn_config()
1500 reset_deassert(&hdptx->ropll_reset); in hdptx_lcpll_ropll_cmn_config()
1984 ret = reset_get_by_name(dev, "ropll", &hdptx->ropll_reset); in rockchip_hdptx_phy_hdmi_probe()