Home
last modified time | relevance | path

Searched defs:msm_dsi (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/msm/dsi/
Ddsi.h48 struct msm_dsi { struct
58 struct msm_dsi_phy *phy; argument
83 int msm_dsi_manager_register(struct msm_dsi *msm_dsi); argument
88 static inline bool msm_dsi_device_connected(struct msm_dsi *msm_dsi) in msm_dsi_device_connected()
Ddsi_manager.c68 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_setup_components() local
116 static int enable_phy(struct msm_dsi *msm_dsi, in enable_phy()
134 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_phy_enable() local
174 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_phy_disable() local
222 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in msm_dsi_manager_panel_init() local
272 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_detect() local
292 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_get_modes() local
314 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_mode_valid() local
335 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_best_encoder() local
344 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_pre_enable() local
[all …]
Ddsi.c8 struct drm_encoder *msm_dsi_get_encoder(struct msm_dsi *msm_dsi) in msm_dsi_get_encoder()
16 bool msm_dsi_is_cmd_mode(struct msm_dsi *msm_dsi) in msm_dsi_is_cmd_mode()
23 static int dsi_get_phy(struct msm_dsi *msm_dsi) in dsi_get_phy()
56 static void dsi_destroy(struct msm_dsi *msm_dsi) in dsi_destroy()
79 struct msm_dsi *msm_dsi; in dsi_init() local
121 struct msm_dsi *msm_dsi; in dsi_bind() local
143 struct msm_dsi *msm_dsi = dev_get_drvdata(dev); in dsi_unbind() local
204 int msm_dsi_modeset_init(struct msm_dsi *msm_dsi, struct drm_device *dev, in msm_dsi_modeset_init()
291 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
Ddsi_host.c474 struct msm_dsi *msm_dsi = platform_get_drvdata(pdev); in msm_dsi_runtime_suspend() local
489 struct msm_dsi *msm_dsi = platform_get_drvdata(pdev); in msm_dsi_runtime_resume() local
1842 int msm_dsi_host_init(struct msm_dsi *msm_dsi) in msm_dsi_host_init()
/drivers/gpu/drm/msm/
Dmsm_drv.h353 static inline int msm_dsi_modeset_init(struct msm_dsi *msm_dsi, in msm_dsi_modeset_init()
359 static inline void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
362 static inline bool msm_dsi_is_cmd_mode(struct msm_dsi *msm_dsi) in msm_dsi_is_cmd_mode()
366 static inline bool msm_dsi_is_bonded_dsi(struct msm_dsi *msm_dsi) in msm_dsi_is_bonded_dsi()
370 static inline bool msm_dsi_is_master_dsi(struct msm_dsi *msm_dsi) in msm_dsi_is_master_dsi()