Searched refs:clk_phy (Results 1 – 2 of 2) sorted by relevance
477 clk_disable_unprepare(hdmi->clk_phy); in sti_hdmi_disable()498 if (clk_prepare_enable(hdmi->clk_phy)) in sti_hdmi_pre_enable()549 ret = clk_set_rate(hdmi->clk_phy, mode->clock * 1000); in sti_hdmi_set_mode()851 hdmi->clk_phy = devm_clk_get(dev, "phy"); in sti_hdmi_probe()852 if (IS_ERR(hdmi->clk_phy)) { in sti_hdmi_probe()854 ret = PTR_ERR(hdmi->clk_phy); in sti_hdmi_probe()
56 struct clk *clk_phy; member