Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c41 ret = clk_set_rate(hdmi->pwr_clks[0], hdmi->pixclock); in msm_hdmi_power_on()
49 ret = clk_prepare_enable(hdmi->pwr_clks[i]); in msm_hdmi_power_on()
71 clk_disable_unprepare(hdmi->pwr_clks[i]); in power_off()
H A Dhdmi.c226 hdmi->pwr_clks = devm_kcalloc(&pdev->dev, in msm_hdmi_init()
228 sizeof(hdmi->pwr_clks[0]), in msm_hdmi_init()
230 if (!hdmi->pwr_clks) { in msm_hdmi_init()
245 hdmi->pwr_clks[i] = clk; in msm_hdmi_init()
H A Dhdmi.h62 struct clk **pwr_clks; member
H A Dhdmi_connector.c397 actual = clk_round_rate(hdmi->pwr_clks[0], actual); in msm_hdmi_connector_mode_valid()