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

/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c30 ret = clk_set_rate(hdmi->pwr_clks[0], hdmi->pixclock);
38 ret = clk_prepare_enable(hdmi->pwr_clks[i]);
60 clk_disable_unprepare(hdmi->pwr_clks[i]);
289 actual = clk_round_rate(hdmi->pwr_clks[0], requested);
H A Dhdmi.c488 hdmi->pwr_clks = devm_kcalloc(&pdev->dev,
490 sizeof(hdmi->pwr_clks[0]),
492 if (!hdmi->pwr_clks)
504 hdmi->pwr_clks[i] = clk;
H A Dhdmi.h54 struct clk **pwr_clks; member in struct:hdmi

Completed in 131 milliseconds