Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dsi/
A 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
89 static inline bool msm_dsi_device_connected(struct msm_dsi *msm_dsi) in msm_dsi_device_connected()
A 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()
51 static void dsi_destroy(struct msm_dsi *msm_dsi) in dsi_destroy()
74 struct msm_dsi *msm_dsi; in dsi_init() local
116 struct msm_dsi *msm_dsi; in dsi_bind() local
138 struct msm_dsi *msm_dsi = dev_get_drvdata(dev); in dsi_unbind() local
199 int msm_dsi_modeset_init(struct msm_dsi *msm_dsi, struct drm_device *dev, in msm_dsi_modeset_init()
276 void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
A Ddsi_manager.c70 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_setup_components() local
118 static int enable_phy(struct msm_dsi *msm_dsi, in enable_phy()
136 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_phy_enable() local
176 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_phy_disable() local
224 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in msm_dsi_manager_panel_init() local
274 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_detect() local
294 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_get_modes() local
316 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_mode_valid() local
337 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_best_encoder() local
346 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_pre_enable() local
[all …]
A Ddsi_host.c439 struct msm_dsi *msm_dsi = platform_get_drvdata(pdev); in msm_dsi_runtime_suspend() local
454 struct msm_dsi *msm_dsi = platform_get_drvdata(pdev); in msm_dsi_runtime_resume() local
1789 int msm_dsi_host_init(struct msm_dsi *msm_dsi) in msm_dsi_host_init()
/linux/drivers/gpu/drm/msm/
A Dmsm_drv.h361 static inline int msm_dsi_modeset_init(struct msm_dsi *msm_dsi, in msm_dsi_modeset_init()
367 static inline void msm_dsi_snapshot(struct msm_disp_state *disp_state, struct msm_dsi *msm_dsi) in msm_dsi_snapshot()
370 static inline bool msm_dsi_is_cmd_mode(struct msm_dsi *msm_dsi) in msm_dsi_is_cmd_mode()
374 static inline bool msm_dsi_is_bonded_dsi(struct msm_dsi *msm_dsi) in msm_dsi_is_bonded_dsi()
378 static inline bool msm_dsi_is_master_dsi(struct msm_dsi *msm_dsi) in msm_dsi_is_master_dsi()

Completed in 16 milliseconds