Lines Matching full:msm_dp
123 struct msm_dp *dp[MSM_DP_CONTROLLER_COUNT];
365 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev,
367 void msm_dp_irq_postinstall(struct msm_dp *dp_display);
368 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display);
370 void msm_dp_debugfs_init(struct msm_dp *dp_display, struct drm_minor *minor);
371 bool msm_dp_wide_bus_available(const struct msm_dp *dp_display);
381 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init()
388 static inline void msm_dp_irq_postinstall(struct msm_dp *dp_display) in msm_dp_irq_postinstall()
392 static inline void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display) in msm_dp_snapshot()
396 static inline void msm_dp_debugfs_init(struct msm_dp *dp_display, in msm_dp_debugfs_init()
401 static inline bool msm_dp_wide_bus_available(const struct msm_dp *dp_display) in msm_dp_wide_bus_available()