Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/dsi/
Ddsi.h64 struct msm_dsi { struct
74 struct msm_dsi_phy *phy; argument
101 int msm_dsi_manager_register(struct msm_dsi *msm_dsi); argument
106 static inline bool msm_dsi_device_connected(struct msm_dsi *msm_dsi) in msm_dsi_device_connected()
Ddsi_manager.c77 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_setup_components() local
132 static int enable_phy(struct msm_dsi *msm_dsi, int src_pll_id, in enable_phy()
151 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_phy_enable() local
192 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_phy_disable() local
240 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_detect() local
312 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_get_modes() local
335 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_mode_valid() local
356 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_connector_best_encoder() local
365 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_pre_enable() local
470 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id); in dsi_mgr_bridge_post_disable() local
[all …]
Ddsi.c16 struct drm_encoder *msm_dsi_get_encoder(struct msm_dsi *msm_dsi) in msm_dsi_get_encoder()
24 static int dsi_get_phy(struct msm_dsi *msm_dsi) in dsi_get_phy()
52 static void dsi_destroy(struct msm_dsi *msm_dsi) in dsi_destroy()
75 struct msm_dsi *msm_dsi; in dsi_init() local
116 struct msm_dsi *msm_dsi; in dsi_bind() local
133 struct msm_dsi *msm_dsi = dev_get_drvdata(dev); in dsi_unbind() local
192 int msm_dsi_modeset_init(struct msm_dsi *msm_dsi, struct drm_device *dev, in msm_dsi_modeset_init()
Ddsi_host.c489 struct msm_dsi *msm_dsi = platform_get_drvdata(pdev); in msm_dsi_runtime_suspend() local
504 struct msm_dsi *msm_dsi = platform_get_drvdata(pdev); in msm_dsi_runtime_resume() local
1802 int msm_dsi_host_init(struct msm_dsi *msm_dsi) in msm_dsi_host_init()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_drv.h357 static inline int msm_dsi_modeset_init(struct msm_dsi *msm_dsi, in msm_dsi_modeset_init()