Lines Matching refs:host

99 		msm_dsi->panel = msm_dsi_host_get_panel(msm_dsi->host,  in dsi_mgr_connector_detect()
110 other_dsi->host, NULL); in dsi_mgr_connector_detect()
282 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_pre_enable() local
291 ret = msm_dsi_host_power_on(host); in dsi_mgr_bridge_pre_enable()
298 ret = msm_dsi_host_power_on(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
315 ret = msm_dsi_host_enable(host); in dsi_mgr_bridge_pre_enable()
322 ret = msm_dsi_host_enable(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
339 msm_dsi_host_disable(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
341 msm_dsi_host_disable(host); in dsi_mgr_bridge_pre_enable()
346 msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_pre_enable()
348 msm_dsi_host_power_off(host); in dsi_mgr_bridge_pre_enable()
368 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_post_disable() local
382 ret = msm_dsi_host_disable(host); in dsi_mgr_bridge_post_disable()
387 ret = msm_dsi_host_disable(msm_dsi1->host); in dsi_mgr_bridge_post_disable()
396 ret = msm_dsi_host_power_off(host); in dsi_mgr_bridge_post_disable()
401 ret = msm_dsi_host_power_off(msm_dsi1->host); in dsi_mgr_bridge_post_disable()
415 struct mipi_dsi_host *host = msm_dsi->host; in dsi_mgr_bridge_mode_set() local
430 msm_dsi_host_set_display_mode(host, adjusted_mode); in dsi_mgr_bridge_mode_set()
432 msm_dsi_host_set_display_mode(other_dsi->host, adjusted_mode); in dsi_mgr_bridge_mode_set()
592 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_manager_cmd_xfer() local
609 ret = msm_dsi_host_xfer_prepare(msm_dsi0->host, msg); in msm_dsi_manager_cmd_xfer()
616 ret = msm_dsi_host_xfer_prepare(host, msg); in msm_dsi_manager_cmd_xfer()
622 ret = is_read ? msm_dsi_host_cmd_rx(host, msg) : in msm_dsi_manager_cmd_xfer()
623 msm_dsi_host_cmd_tx(host, msg); in msm_dsi_manager_cmd_xfer()
625 msm_dsi_host_xfer_restore(host, msg); in msm_dsi_manager_cmd_xfer()
629 msm_dsi_host_xfer_restore(msm_dsi0->host, msg); in msm_dsi_manager_cmd_xfer()
638 struct mipi_dsi_host *host = msm_dsi->host; in msm_dsi_manager_cmd_xfer_trigger() local
644 msm_dsi_host_cmd_xfer_commit(msm_dsi0->host, iova, len); in msm_dsi_manager_cmd_xfer_trigger()
646 msm_dsi_host_cmd_xfer_commit(host, iova, len); in msm_dsi_manager_cmd_xfer_trigger()
677 ret = msm_dsi_host_register(msm_dsi->host, true); in msm_dsi_manager_register()
692 ret = msm_dsi_host_register(sdsi->host, false); in msm_dsi_manager_register()
695 ret = msm_dsi_host_register(mdsi->host, true); in msm_dsi_manager_register()
705 if (msm_dsi->host) in msm_dsi_manager_unregister()
706 msm_dsi_host_unregister(msm_dsi->host); in msm_dsi_manager_unregister()