Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/hdmi/
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()
Dhdmi.c197 hdmi->hpd_clks = devm_kcalloc(&pdev->dev, in msm_hdmi_init()
199 sizeof(hdmi->hpd_clks[0]), in msm_hdmi_init()
201 if (!hdmi->hpd_clks) { in msm_hdmi_init()
216 hdmi->hpd_clks[i] = clk; in msm_hdmi_init()
Dhdmi.h53 struct clk **hpd_clks; member