Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c443 msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
445 msm_dsi_host_power_off(host); in dsi_mgr_bridge_pre_enable()
546 ret = msm_dsi_host_power_off(host); in dsi_mgr_bridge_post_disable()
551 ret = msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_post_disable()
Ddsi.h163 int msm_dsi_host_power_off(struct mipi_dsi_host *host);
Ddsi_host.c2426 int msm_dsi_host_power_off(struct mipi_dsi_host *host) in msm_dsi_host_power_off() function