Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c376 struct msm_dsi_phy_shared_timings phy_shared_timings[DSI_MAX]; in dsi_mgr_bridge_pre_enable() local
384 ret = dsi_mgr_phy_enable(id, phy_shared_timings); in dsi_mgr_bridge_pre_enable()
392 ret = msm_dsi_host_power_on(host, &phy_shared_timings[id], is_dual_dsi); in dsi_mgr_bridge_pre_enable()
400 &phy_shared_timings[DSI_1], is_dual_dsi); in dsi_mgr_bridge_pre_enable()
Ddsi.h161 struct msm_dsi_phy_shared_timings *phy_shared_timings,
Ddsi_host.c838 struct msm_dsi_phy_shared_timings *phy_shared_timings) in dsi_ctrl_config() argument
901 data = DSI_CLKOUT_TIMING_CTRL_T_CLK_POST(phy_shared_timings->clk_post) | in dsi_ctrl_config()
902 DSI_CLKOUT_TIMING_CTRL_T_CLK_PRE(phy_shared_timings->clk_pre); in dsi_ctrl_config()
907 phy_shared_timings->clk_pre_inc_by_2) in dsi_ctrl_config()
2365 struct msm_dsi_phy_shared_timings *phy_shared_timings, in msm_dsi_host_power_on() argument
2406 dsi_ctrl_config(msm_host, true, phy_shared_timings); in msm_dsi_host_power_on()