Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c442 struct clk *isfr_clk; member
664 clk_rate_khz = DIV_ROUND_UP(clk_get_rate(hdmi->isfr_clk), 1000); in dw_hdmi_i2c_set_divs()
4492 hdmi->isfr_clk = devm_clk_get(hdmi->dev, "isfr"); in dw_hdmi_probe()
4493 if (IS_ERR(hdmi->isfr_clk)) { in dw_hdmi_probe()
4494 ret = PTR_ERR(hdmi->isfr_clk); in dw_hdmi_probe()
4499 ret = clk_prepare_enable(hdmi->isfr_clk); in dw_hdmi_probe()
4750 clk_disable_unprepare(hdmi->isfr_clk); in dw_hdmi_probe()
4799 clk_disable_unprepare(hdmi->isfr_clk); in dw_hdmi_remove()

Completed in 6 milliseconds