Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c142 struct clk *isfr_clk; member
2675 hdmi->isfr_clk = devm_clk_get(hdmi->dev, "isfr"); in __dw_hdmi_probe()
2676 if (IS_ERR(hdmi->isfr_clk)) { in __dw_hdmi_probe()
2677 ret = PTR_ERR(hdmi->isfr_clk); in __dw_hdmi_probe()
2682 ret = clk_prepare_enable(hdmi->isfr_clk); in __dw_hdmi_probe()
2860 clk_disable_unprepare(hdmi->isfr_clk); in __dw_hdmi_probe()
2878 clk_disable_unprepare(hdmi->isfr_clk); in __dw_hdmi_remove()