Searched refs:ropll_reset (Results 1 – 2 of 2) sorted by relevance
727 struct reset_control *ropll_reset; member1206 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()
713 struct reset_ctl ropll_reset; member1215 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()