Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c257 struct clk *isfr_clk; member
484 clk_rate_khz = DIV_ROUND_UP(clk_get_rate(hdmi->isfr_clk), 1000); in dw_hdmi_i2c_set_divs()
4798 hdmi->isfr_clk = devm_clk_get(hdmi->dev, "isfr"); in dw_hdmi_probe()
4799 if (IS_ERR(hdmi->isfr_clk)) { in dw_hdmi_probe()
4800 ret = PTR_ERR(hdmi->isfr_clk); in dw_hdmi_probe()
4805 ret = clk_prepare_enable(hdmi->isfr_clk); in dw_hdmi_probe()
5081 clk_disable_unprepare(hdmi->isfr_clk); in dw_hdmi_probe()
5124 clk_disable_unprepare(hdmi->isfr_clk); in dw_hdmi_remove()