Searched refs:iahb_clk (Results 1 – 1 of 1) sorted by relevance
143 struct clk *iahb_clk; member2688 hdmi->iahb_clk = devm_clk_get(hdmi->dev, "iahb"); in __dw_hdmi_probe()2689 if (IS_ERR(hdmi->iahb_clk)) { in __dw_hdmi_probe()2690 ret = PTR_ERR(hdmi->iahb_clk); in __dw_hdmi_probe()2695 ret = clk_prepare_enable(hdmi->iahb_clk); in __dw_hdmi_probe()2856 clk_disable_unprepare(hdmi->iahb_clk); in __dw_hdmi_probe()2877 clk_disable_unprepare(hdmi->iahb_clk); in __dw_hdmi_remove()