Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/msm/dsi/
Ddsi_host.c119 struct clk *byte_intf_clk; member
367 msm_host->byte_intf_clk = msm_clk_get(pdev, "byte_intf"); in dsi_clk_init_6g_v2()
368 if (IS_ERR(msm_host->byte_intf_clk)) { in dsi_clk_init_6g_v2()
369 ret = PTR_ERR(msm_host->byte_intf_clk); in dsi_clk_init_6g_v2()
492 if (msm_host->byte_intf_clk) { in dsi_link_clk_set_rate_6g()
499 ret = clk_set_rate(msm_host->byte_intf_clk, byte_intf_rate); in dsi_link_clk_set_rate_6g()
533 ret = clk_prepare_enable(msm_host->byte_intf_clk); in dsi_link_clk_enable_6g()
633 clk_disable_unprepare(msm_host->byte_intf_clk); in dsi_link_clk_disable_6g()