Home
last modified time | relevance | path

Searched refs:iahb_clk (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c143 struct clk *iahb_clk; member
2688 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()