Lines Matching refs:drm_encoder
26 struct drm_encoder encoder;
38 static inline struct exynos_dpi *encoder_to_dpi(struct drm_encoder *e) in encoder_to_dpi()
95 static struct drm_encoder *
108 static int exynos_dpi_create_connector(struct drm_encoder *encoder) in exynos_dpi_create_connector()
131 static bool exynos_dpi_mode_fixup(struct drm_encoder *encoder, in exynos_dpi_mode_fixup()
138 static void exynos_dpi_mode_set(struct drm_encoder *encoder, in exynos_dpi_mode_set()
144 static void exynos_dpi_enable(struct drm_encoder *encoder) in exynos_dpi_enable()
154 static void exynos_dpi_disable(struct drm_encoder *encoder) in exynos_dpi_disable()
299 int exynos_dpi_bind(struct drm_device *dev, struct drm_encoder *encoder) in exynos_dpi_bind()
326 struct drm_encoder *exynos_dpi_probe(struct device *dev) in exynos_dpi_probe()
352 int exynos_dpi_remove(struct drm_encoder *encoder) in exynos_dpi_remove()