Lines Matching refs:host
84 ret = msm_dsi_host_register(msm_dsi->host, true); in dsi_mgr_host_register()
89 ret = msm_dsi_host_set_src_pll(msm_dsi->host, src_pll); in dsi_mgr_host_register()
104 ret = msm_dsi_host_register(sdsi->host, false); in dsi_mgr_host_register()
107 ret = msm_dsi_host_register(mdsi->host, true); in dsi_mgr_host_register()
113 ret = msm_dsi_host_set_src_pll(msm_dsi->host, src_pll); in dsi_mgr_host_register()
116 ret = msm_dsi_host_set_src_pll(other_dsi->host, src_pll); in dsi_mgr_host_register()
158 msm_dsi->panel = msm_dsi_host_get_panel(msm_dsi->host, in dsi_mgr_connector_detect()
169 other_dsi->host, NULL); in dsi_mgr_connector_detect()
341 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_pre_enable() local
351 ret = msm_dsi_host_power_on(host); in dsi_mgr_bridge_pre_enable()
358 ret = msm_dsi_host_power_on(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
378 ret = msm_dsi_host_enable(host); in dsi_mgr_bridge_pre_enable()
385 ret = msm_dsi_host_enable(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
405 msm_dsi_host_disable(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
407 msm_dsi_host_disable(host); in dsi_mgr_bridge_pre_enable()
413 msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
415 msm_dsi_host_power_off(host); in dsi_mgr_bridge_pre_enable()
435 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_post_disable() local
453 ret = msm_dsi_host_disable(host); in dsi_mgr_bridge_post_disable()
458 ret = msm_dsi_host_disable(msm_dsi1->host); in dsi_mgr_bridge_post_disable()
470 ret = msm_dsi_host_power_off(host); in dsi_mgr_bridge_post_disable()
475 ret = msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_post_disable()
489 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_mode_set() local
504 msm_dsi_host_set_display_mode(host, adjusted_mode); in dsi_mgr_bridge_mode_set()
506 msm_dsi_host_set_display_mode(other_dsi->host, adjusted_mode); in dsi_mgr_bridge_mode_set()
629 msm_dsi_host_get_bridge(msm_dsi->host); in msm_dsi_manager_ext_bridge_init()
735 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_manager_cmd_xfer() local
752 ret = msm_dsi_host_xfer_prepare(msm_dsi0->host, msg); in msm_dsi_manager_cmd_xfer()
759 ret = msm_dsi_host_xfer_prepare(host, msg); in msm_dsi_manager_cmd_xfer()
765 ret = is_read ? msm_dsi_host_cmd_rx(host, msg) : in msm_dsi_manager_cmd_xfer()
766 msm_dsi_host_cmd_tx(host, msg); in msm_dsi_manager_cmd_xfer()
768 msm_dsi_host_xfer_restore(host, msg); in msm_dsi_manager_cmd_xfer()
772 msm_dsi_host_xfer_restore(msm_dsi0->host, msg); in msm_dsi_manager_cmd_xfer()
781 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_manager_cmd_xfer_trigger() local
787 msm_dsi_host_cmd_xfer_commit(msm_dsi0->host, iova, len); in msm_dsi_manager_cmd_xfer_trigger()
789 msm_dsi_host_cmd_xfer_commit(host, iova, len); in msm_dsi_manager_cmd_xfer_trigger()
836 if (msm_dsi->host) in msm_dsi_manager_unregister()
837 msm_dsi_host_unregister(msm_dsi->host); in msm_dsi_manager_unregister()