Lines Matching refs:is_bonded_dsi

26 	bool is_bonded_dsi;  member
33 #define IS_BONDED_DSI() (msm_dsim_glb.is_bonded_dsi)
80 if (!msm_dsim->is_bonded_dsi) in dsi_mgr_parse_of()
81 msm_dsim->is_bonded_dsi = of_property_read_bool(np, "qcom,dual-dsi-mode"); in dsi_mgr_parse_of()
83 if (msm_dsim->is_bonded_dsi) { in dsi_mgr_parse_of()
144 bool is_bonded_dsi = IS_BONDED_DSI(); in enable_phy() local
146 msm_dsi_host_get_phy_clk_req(msm_dsi->host, &clk_req, is_bonded_dsi); in enable_phy()
264 bool is_bonded_dsi = IS_BONDED_DSI(); in dsi_mgr_bridge_power_on() local
272 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_power_on()
279 ret = msm_dsi_host_power_on(host, &phy_shared_timings[id], is_bonded_dsi, msm_dsi->phy); in dsi_mgr_bridge_power_on()
285 if (is_bonded_dsi && msm_dsi1) { in dsi_mgr_bridge_power_on()
287 &phy_shared_timings[DSI_1], is_bonded_dsi, msm_dsi1->phy); in dsi_mgr_bridge_power_on()
300 if (is_bonded_dsi && msm_dsi1) in dsi_mgr_bridge_power_on()
319 bool is_bonded_dsi = IS_BONDED_DSI(); in dsi_mgr_bridge_pre_enable() local
327 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_pre_enable()
339 if (is_bonded_dsi && msm_dsi1) { in dsi_mgr_bridge_pre_enable()
375 bool is_bonded_dsi = IS_BONDED_DSI(); in dsi_mgr_bridge_post_disable() local
388 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_post_disable()
395 if (is_bonded_dsi && msm_dsi1) { in dsi_mgr_bridge_post_disable()
402 if (is_bonded_dsi && msm_dsi1) in dsi_mgr_bridge_post_disable()
412 if (is_bonded_dsi && msm_dsi1) { in dsi_mgr_bridge_post_disable()
431 bool is_bonded_dsi = IS_BONDED_DSI(); in dsi_mgr_bridge_mode_set() local
435 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_mode_set()
439 if (is_bonded_dsi && other_dsi) in dsi_mgr_bridge_mode_set()