Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/hdmi/
Dhdmi_bridge.c38 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()
Dhdmi.c219 hdmi->pwr_clks = devm_kcalloc(&pdev->dev, in msm_hdmi_init()
221 sizeof(hdmi->pwr_clks[0]), in msm_hdmi_init()
223 if (!hdmi->pwr_clks) { in msm_hdmi_init()
238 hdmi->pwr_clks[i] = clk; in msm_hdmi_init()
Dhdmi.h54 struct clk **pwr_clks; member