Home
last modified time | relevance | path

Searched refs:DSI_1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c18 #define DSI_CLOCK_SLAVE DSI_1
21 #define DSI_RIGHT DSI_1
26 #define DSI_ENCODER_MASTER DSI_1
340 struct msm_dsi *msm_dsi1 = dsi_mgr_get_dsi(DSI_1); in dsi_mgr_bridge_pre_enable()
348 (is_dual_dsi && (DSI_1 == id))) in dsi_mgr_bridge_pre_enable()
434 struct msm_dsi *msm_dsi1 = dsi_mgr_get_dsi(DSI_1); in dsi_mgr_bridge_post_disable()
443 (is_dual_dsi && (DSI_1 == id))) in dsi_mgr_bridge_post_disable()
501 if (is_dual_dsi && (DSI_1 == id)) in dsi_mgr_bridge_mode_set()
Ddsi.h27 #define DSI_1 1 macro