Lines Matching refs:msm_dp
163 struct msm_dp *dp;
390 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev,
392 int msm_dp_display_enable(struct msm_dp *dp, struct drm_encoder *encoder);
393 int msm_dp_display_disable(struct msm_dp *dp, struct drm_encoder *encoder);
394 int msm_dp_display_pre_disable(struct msm_dp *dp, struct drm_encoder *encoder);
395 void msm_dp_display_mode_set(struct msm_dp *dp, struct drm_encoder *encoder,
398 void msm_dp_irq_postinstall(struct msm_dp *dp_display);
400 void msm_dp_debugfs_init(struct msm_dp *dp_display, struct drm_minor *minor);
410 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init()
416 static inline int msm_dp_display_enable(struct msm_dp *dp, in msm_dp_display_enable()
421 static inline int msm_dp_display_disable(struct msm_dp *dp, in msm_dp_display_disable()
426 static inline void msm_dp_display_mode_set(struct msm_dp *dp, in msm_dp_display_mode_set()
433 static inline void msm_dp_irq_postinstall(struct msm_dp *dp_display) in msm_dp_irq_postinstall()
437 static inline void msm_dp_debugfs_init(struct msm_dp *dp_display, in msm_dp_debugfs_init()