Searched refs:clk_tmds (Results 1 – 2 of 2) sorted by relevance
55 struct clk *clk_tmds; member
478 clk_disable_unprepare(hdmi->clk_tmds); in sti_hdmi_disable()496 if (clk_prepare_enable(hdmi->clk_tmds)) in sti_hdmi_pre_enable()843 hdmi->clk_tmds = devm_clk_get(dev, "tmds"); in sti_hdmi_probe()844 if (IS_ERR(hdmi->clk_tmds)) { in sti_hdmi_probe()846 return PTR_ERR(hdmi->clk_tmds); in sti_hdmi_probe()