Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/msm/dsi/
Ddsi_host.c121 struct clk *byte_intf_clk; member
274 msm_host->byte_intf_clk = msm_clk_get(pdev, "byte_intf"); in dsi_clk_init_6g_v2()
275 if (IS_ERR(msm_host->byte_intf_clk)) { in dsi_clk_init_6g_v2()
276 ret = PTR_ERR(msm_host->byte_intf_clk); in dsi_clk_init_6g_v2()
384 if (msm_host->byte_intf_clk) { in dsi_link_clk_set_rate_6g()
385 ret = clk_set_rate(msm_host->byte_intf_clk, msm_host->byte_intf_clk_rate); in dsi_link_clk_set_rate_6g()
419 ret = clk_prepare_enable(msm_host->byte_intf_clk); in dsi_link_clk_enable_6g()
519 clk_disable_unprepare(msm_host->byte_intf_clk); in dsi_link_clk_disable_6g()