Lines Matching refs:is_bonded_dsi

26 	bool is_bonded_dsi;  member
33 #define IS_BONDED_DSI() (msm_dsim_glb.is_bonded_dsi)
54 if (!msm_dsim->is_bonded_dsi) in dsi_mgr_parse_of()
55 msm_dsim->is_bonded_dsi = of_property_read_bool(np, "qcom,dual-dsi-mode"); in dsi_mgr_parse_of()
57 if (msm_dsim->is_bonded_dsi) { in dsi_mgr_parse_of()
118 bool is_bonded_dsi = IS_BONDED_DSI(); in enable_phy() local
120 msm_dsi_host_get_phy_clk_req(msm_dsi->host, &clk_req, is_bonded_dsi); in enable_phy()
208 bool is_bonded_dsi = IS_BONDED_DSI(); in dsi_mgr_bridge_power_on() local
217 ret = msm_dsi_host_power_on(host, &phy_shared_timings[id], is_bonded_dsi, msm_dsi->phy); in dsi_mgr_bridge_power_on()
223 if (is_bonded_dsi && msm_dsi1) { in dsi_mgr_bridge_power_on()
225 &phy_shared_timings[DSI_1], is_bonded_dsi, msm_dsi1->phy); in dsi_mgr_bridge_power_on()
238 if (is_bonded_dsi && msm_dsi1) in dsi_mgr_bridge_power_on()
257 bool is_bonded_dsi = IS_BONDED_DSI(); in dsi_mgr_bridge_power_off() local
260 if (is_bonded_dsi && msm_dsi1) { in dsi_mgr_bridge_power_off()
274 bool is_bonded_dsi = IS_BONDED_DSI(); in dsi_mgr_bridge_pre_enable() local
280 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_pre_enable()
295 if (is_bonded_dsi && msm_dsi1) { in dsi_mgr_bridge_pre_enable()
330 bool is_bonded_dsi = IS_BONDED_DSI(); in dsi_mgr_bridge_post_disable() local
340 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_post_disable()
347 if (is_bonded_dsi && msm_dsi1) { in dsi_mgr_bridge_post_disable()
354 if (is_bonded_dsi && msm_dsi1) in dsi_mgr_bridge_post_disable()
364 if (is_bonded_dsi && msm_dsi1) { in dsi_mgr_bridge_post_disable()
383 bool is_bonded_dsi = IS_BONDED_DSI(); in dsi_mgr_bridge_mode_set() local
387 if (is_bonded_dsi && !IS_MASTER_DSI_LINK(id)) in dsi_mgr_bridge_mode_set()
391 if (is_bonded_dsi && other_dsi) in dsi_mgr_bridge_mode_set()