Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hpd.c72 ret = clk_set_rate(hdmi->hpd_clks[i], in enable_hpd_clocks()
80 ret = clk_prepare_enable(hdmi->hpd_clks[i]); in enable_hpd_clocks()
89 clk_disable_unprepare(hdmi->hpd_clks[i]); in enable_hpd_clocks()
H A Dhdmi.c206 hdmi->hpd_clks = devm_kcalloc(&pdev->dev, in msm_hdmi_init()
208 sizeof(hdmi->hpd_clks[0]), in msm_hdmi_init()
210 if (!hdmi->hpd_clks) { in msm_hdmi_init()
225 hdmi->hpd_clks[i] = clk; in msm_hdmi_init()
H A Dhdmi.h53 struct clk **hpd_clks; member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hpd.c72 ret = clk_set_rate(hdmi->hpd_clks[i], in enable_hpd_clocks()
80 ret = clk_prepare_enable(hdmi->hpd_clks[i]); in enable_hpd_clocks()
89 clk_disable_unprepare(hdmi->hpd_clks[i]); in enable_hpd_clocks()
H A Dhdmi.c481 hdmi->hpd_clks = devm_kcalloc(&pdev->dev, in msm_hdmi_dev_probe()
483 sizeof(hdmi->hpd_clks[0]), in msm_hdmi_dev_probe()
485 if (!hdmi->hpd_clks) in msm_hdmi_dev_probe()
497 hdmi->hpd_clks[i] = clk; in msm_hdmi_dev_probe()
H A Dhdmi.h53 struct clk **hpd_clks; member

Completed in 4 milliseconds