Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/hdmi/
Dhdmi_bridge.c40 ret = clk_set_rate(hdmi->pwr_clks[0], hdmi->pixclock); in msm_hdmi_power_on()
48 ret = clk_prepare_enable(hdmi->pwr_clks[i]); in msm_hdmi_power_on()
70 clk_disable_unprepare(hdmi->pwr_clks[i]); in power_off()
301 actual = clk_round_rate(hdmi->pwr_clks[0], actual); in msm_hdmi_bridge_mode_valid()
Dhdmi.c228 hdmi->pwr_clks = devm_kcalloc(&pdev->dev, in msm_hdmi_init()
230 sizeof(hdmi->pwr_clks[0]), in msm_hdmi_init()
232 if (!hdmi->pwr_clks) { in msm_hdmi_init()
247 hdmi->pwr_clks[i] = clk; in msm_hdmi_init()
Dhdmi.h54 struct clk **pwr_clks; member