Searched refs:hpd_clks (Results 1 – 3 of 3) sorted by relevance
72 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()
481 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()
53 struct clk **hpd_clks; member