Lines Matching refs:drm_device
219 struct drm_device *drm_dev;
221 int (*probe)(struct drm_device *drm_dev, struct device *dev);
222 void (*remove)(struct drm_device *drm_dev, struct device *dev);
223 int (*open)(struct drm_device *drm_dev, struct device *dev,
225 void (*close)(struct drm_device *drm_dev, struct device *dev,
235 int exynos_drm_device_subdrv_probe(struct drm_device *dev);
236 int exynos_drm_device_subdrv_remove(struct drm_device *dev);
237 int exynos_drm_subdrv_open(struct drm_device *dev, struct drm_file *file);
238 void exynos_drm_subdrv_close(struct drm_device *dev, struct drm_file *file);
243 int exynos_dpi_bind(struct drm_device *dev, struct drm_encoder *encoder);
251 static inline int exynos_dpi_bind(struct drm_device *dev, in exynos_dpi_bind()
258 int exynos_atomic_commit(struct drm_device *dev, struct drm_atomic_state *state,