Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c154 struct clk *iahb_clk; member
3446 hdmi->iahb_clk = devm_clk_get(hdmi->dev, "iahb"); in dw_hdmi_probe()
3447 if (IS_ERR(hdmi->iahb_clk)) { in dw_hdmi_probe()
3448 ret = PTR_ERR(hdmi->iahb_clk); in dw_hdmi_probe()
3453 ret = clk_prepare_enable(hdmi->iahb_clk); in dw_hdmi_probe()
3632 clk_disable_unprepare(hdmi->iahb_clk); in dw_hdmi_probe()
3655 clk_disable_unprepare(hdmi->iahb_clk); in dw_hdmi_remove()