Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c140 struct clk *iahb_clk; member
2378 hdmi->iahb_clk = devm_clk_get(hdmi->dev, "iahb"); in __dw_hdmi_probe()
2379 if (IS_ERR(hdmi->iahb_clk)) { in __dw_hdmi_probe()
2380 ret = PTR_ERR(hdmi->iahb_clk); in __dw_hdmi_probe()
2385 ret = clk_prepare_enable(hdmi->iahb_clk); in __dw_hdmi_probe()
2544 clk_disable_unprepare(hdmi->iahb_clk); in __dw_hdmi_probe()
2568 clk_disable_unprepare(hdmi->iahb_clk); in __dw_hdmi_remove()