Searched refs:clk_audio (Results 1 – 2 of 2) sorted by relevance
74 struct clk *clk_audio; member
569 if (clk_prepare_enable(hdmi->clk_audio)) in hdmi_swreset()597 clk_disable_unprepare(hdmi->clk_audio); in hdmi_swreset()1435 hdmi->clk_audio = devm_clk_get(dev, "audio"); in sti_hdmi_probe()1436 if (IS_ERR(hdmi->clk_audio)) { in sti_hdmi_probe()1438 ret = PTR_ERR(hdmi->clk_audio); in sti_hdmi_probe()