Searched refs:iahb_clk (Results 1 – 1 of 1) sorted by relevance
141 struct clk *iahb_clk; member3437 hdmi->iahb_clk = devm_clk_get(hdmi->dev, "iahb"); in dw_hdmi_probe()3438 if (IS_ERR(hdmi->iahb_clk)) { in dw_hdmi_probe()3439 ret = PTR_ERR(hdmi->iahb_clk); in dw_hdmi_probe()3444 ret = clk_prepare_enable(hdmi->iahb_clk); in dw_hdmi_probe()3624 clk_disable_unprepare(hdmi->iahb_clk); in dw_hdmi_probe()3647 clk_disable_unprepare(hdmi->iahb_clk); in dw_hdmi_remove()