Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c254 msm_dsi_host_power_off(host); in dsi_mgr_bridge_power_on()
272 msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_power_off()
274 msm_dsi_host_power_off(host); in dsi_mgr_bridge_power_off()
370 ret = msm_dsi_host_power_off(host); in dsi_mgr_bridge_post_disable()
375 ret = msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_post_disable()
H A Ddsi.h78 int msm_dsi_host_power_off(struct mipi_dsi_host *host);
H A Ddsi_host.c2427 int msm_dsi_host_power_off(struct mipi_dsi_host *host) in msm_dsi_host_power_off() function