Searched full:clk_phy (Results 1 – 5 of 5) sorted by relevance
173 phy->clk_phy = devm_clk_register(dev, &priv->hw); in sun8i_phy_clk_create()174 if (IS_ERR(phy->clk_phy)) in sun8i_phy_clk_create()175 return PTR_ERR(phy->clk_phy); in sun8i_phy_clk_create()
243 clk_set_rate(phy->clk_phy, clk_rate); in sun8i_h3_hdmi_phy_config()548 clk_prepare_enable(phy->clk_phy); in sun8i_hdmi_phy_init()569 clk_disable_unprepare(phy->clk_phy); in sun8i_hdmi_phy_deinit()
163 struct clk *clk_phy; member
48 * @clk_phy: hdmi phy clock73 struct clk *clk_phy; member
781 clk_disable_unprepare(hdmi->clk_phy); in sti_hdmi_disable()896 if (clk_prepare_enable(hdmi->clk_phy)) in sti_hdmi_pre_enable()954 ret = clk_set_rate(hdmi->clk_phy, mode->clock * 1000); in sti_hdmi_set_mode()1434 hdmi->clk_phy = devm_clk_get(dev, "phy"); in sti_hdmi_probe()1435 if (IS_ERR(hdmi->clk_phy)) { in sti_hdmi_probe()1437 ret = PTR_ERR(hdmi->clk_phy); in sti_hdmi_probe()