Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c155 struct clk *iahb_clk; member
3450 hdmi->iahb_clk = devm_clk_get(hdmi->dev, "iahb"); in dw_hdmi_probe()
3451 if (IS_ERR(hdmi->iahb_clk)) { in dw_hdmi_probe()
3452 ret = PTR_ERR(hdmi->iahb_clk); in dw_hdmi_probe()
3457 ret = clk_prepare_enable(hdmi->iahb_clk); in dw_hdmi_probe()
3636 clk_disable_unprepare(hdmi->iahb_clk); in dw_hdmi_probe()
3659 clk_disable_unprepare(hdmi->iahb_clk); in dw_hdmi_remove()