Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
H A 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()
H A 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()
H A Dhdmi.h54 struct clk **pwr_clks; member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/
H A 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()
H A Dhdmi.c500 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()
H A Dhdmi.h54 struct clk **pwr_clks; member

Completed in 4 milliseconds