Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c152 struct clk *isfr_clk; member
3274 hdmi->isfr_clk = devm_clk_get(hdmi->dev, "isfr"); in dw_hdmi_probe()
3275 if (IS_ERR(hdmi->isfr_clk)) { in dw_hdmi_probe()
3276 ret = PTR_ERR(hdmi->isfr_clk); in dw_hdmi_probe()
3281 ret = clk_prepare_enable(hdmi->isfr_clk); in dw_hdmi_probe()
3458 clk_disable_unprepare(hdmi->isfr_clk); in dw_hdmi_probe()
3479 clk_disable_unprepare(hdmi->isfr_clk); in dw_hdmi_remove()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch12121 + clk_rate_khz = DIV_ROUND_UP(clk_get_rate(hdmi->isfr_clk), 1000);
14064 clk_disable_unprepare(hdmi->isfr_clk);
14108 clk_disable_unprepare(hdmi->isfr_clk);
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch3897 clk_disable_unprepare(hdmi->isfr_clk);
3902 clk_disable_unprepare(hdmi->isfr_clk);