Searched refs:hpd_clks (Results 1 – 3 of 3) sorted by relevance
172 ret = clk_set_rate(hdmi->hpd_clks[i], in hpd_enable()179 ret = clk_prepare_enable(hdmi->hpd_clks[i]); in hpd_enable()229 clk_disable_unprepare(hdmi->hpd_clks[i]); in hdp_disable()
202 hdmi->hpd_clks = devm_kzalloc(&pdev->dev, sizeof(hdmi->hpd_clks[0]) * in msm_hdmi_init()204 if (!hdmi->hpd_clks) { in msm_hdmi_init()219 hdmi->hpd_clks[i] = clk; in msm_hdmi_init()
70 struct clk **hpd_clks; member