Lines Matching defs:dev
56 static inline void drm_legacy_ctxbitmap_init(struct drm_device *dev) {} in drm_legacy_ctxbitmap_init()
57 static inline void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev) {} in drm_legacy_ctxbitmap_cleanup()
58 static inline void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) {} in drm_legacy_ctxbitmap_flush()
82 static inline int drm_legacy_create_map_hash(struct drm_device *dev) in drm_legacy_create_map_hash()
87 static inline void drm_legacy_remove_map_hash(struct drm_device *dev) in drm_legacy_remove_map_hash()
92 static inline int drm_legacy_create_map_hash(struct drm_device *dev) in drm_legacy_create_map_hash()
97 static inline void drm_legacy_remove_map_hash(struct drm_device *dev) {} in drm_legacy_remove_map_hash()
127 static inline void drm_legacy_master_rmmaps(struct drm_device *dev, in drm_legacy_master_rmmaps()
129 static inline void drm_legacy_rmmaps(struct drm_device *dev) {} in drm_legacy_rmmaps()
159 static inline void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) {} in drm_legacy_lock_release()
167 static inline int drm_legacy_dma_setup(struct drm_device *dev) in drm_legacy_dma_setup()
179 static inline void drm_legacy_reclaim_buffers(struct drm_device *dev, in drm_legacy_reclaim_buffers()
198 static inline void drm_legacy_init_members(struct drm_device *dev) {} in drm_legacy_init_members()
199 static inline void drm_legacy_destroy_members(struct drm_device *dev) {} in drm_legacy_destroy_members()
200 static inline void drm_legacy_dev_reinit(struct drm_device *dev) {} in drm_legacy_dev_reinit()
201 static inline int drm_legacy_setup(struct drm_device * dev) { return 0; } in drm_legacy_setup()
207 static inline void drm_legacy_lock_master_cleanup(struct drm_device *dev, struct drm_master *master… in drm_legacy_lock_master_cleanup()