Searched refs:pwr_clks (Results 1 – 3 of 3) sorted by relevance
38 ret = clk_set_rate(hdmi->pwr_clks[0], hdmi->pixclock); in msm_hdmi_power_on()46 ret = clk_prepare_enable(hdmi->pwr_clks[i]); in msm_hdmi_power_on()68 clk_disable_unprepare(hdmi->pwr_clks[i]); in power_off()288 actual = clk_round_rate(hdmi->pwr_clks[0], requested); in msm_hdmi_bridge_mode_valid()
500 hdmi->pwr_clks = devm_kcalloc(&pdev->dev, in msm_hdmi_dev_probe()502 sizeof(hdmi->pwr_clks[0]), in msm_hdmi_dev_probe()504 if (!hdmi->pwr_clks) in msm_hdmi_dev_probe()516 hdmi->pwr_clks[i] = clk; in msm_hdmi_dev_probe()
54 struct clk **pwr_clks; member