Home
last modified time | relevance | path

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

/openbmc/linux/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