Lines Matching refs:drm_device

177 	int (*load) (struct drm_device *, unsigned long flags);
197 int (*open) (struct drm_device *, struct drm_file *);
211 void (*postclose) (struct drm_device *, struct drm_file *);
239 void (*lastclose) (struct drm_device *);
256 void (*unload) (struct drm_device *);
268 void (*release) (struct drm_device *);
275 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
282 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
297 struct drm_gem_object *(*gem_create_object)(struct drm_device *dev,
309 int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv,
320 int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv,
330 struct drm_gem_object * (*gem_prime_import)(struct drm_device *dev,
339 struct drm_device *dev,
376 struct drm_device *dev,
394 struct drm_device *dev, uint32_t handle,
413 struct drm_device *dev,
462 int (*firstopen) (struct drm_device *);
463 void (*preclose) (struct drm_device *, struct drm_file *file_priv);
464 int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv);
465 int (*dma_quiescent) (struct drm_device *);
466 int (*context_dtor) (struct drm_device *dev, int context);
468 void (*irq_preinstall)(struct drm_device *dev);
469 int (*irq_postinstall)(struct drm_device *dev);
470 void (*irq_uninstall)(struct drm_device *dev);
471 u32 (*get_vblank_counter)(struct drm_device *dev, unsigned int pipe);
472 int (*enable_vblank)(struct drm_device *dev, unsigned int pipe);
473 void (*disable_vblank)(struct drm_device *dev, unsigned int pipe);
512 struct drm_device *drm_dev_alloc(const struct drm_driver *driver,
514 int drm_dev_register(struct drm_device *dev, unsigned long flags);
515 void drm_dev_unregister(struct drm_device *dev);
517 void drm_dev_get(struct drm_device *dev);
518 void drm_dev_put(struct drm_device *dev);
519 void drm_put_dev(struct drm_device *dev);
520 bool drm_dev_enter(struct drm_device *dev, int *idx);
522 void drm_dev_unplug(struct drm_device *dev);
537 static inline bool drm_dev_is_unplugged(struct drm_device *dev) in drm_dev_is_unplugged()
560 static inline bool drm_core_check_all_features(const struct drm_device *dev, in drm_core_check_all_features()
578 static inline bool drm_core_check_feature(const struct drm_device *dev, in drm_core_check_feature()
592 static inline bool drm_drv_uses_atomic_modeset(struct drm_device *dev) in drm_drv_uses_atomic_modeset()
599 int drm_dev_set_unique(struct drm_device *dev, const char *name);