Lines Matching defs:dev

54 static inline void drm_legacy_ctxbitmap_init(struct drm_device *dev) {}  in drm_legacy_ctxbitmap_init()
55 static inline void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev) {} in drm_legacy_ctxbitmap_cleanup()
56 static inline void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) {} in drm_legacy_ctxbitmap_flush()
80 static inline int drm_legacy_create_map_hash(struct drm_device *dev) in drm_legacy_create_map_hash()
85 static inline void drm_legacy_remove_map_hash(struct drm_device *dev) in drm_legacy_remove_map_hash()
90 static inline int drm_legacy_create_map_hash(struct drm_device *dev) in drm_legacy_create_map_hash()
95 static inline void drm_legacy_remove_map_hash(struct drm_device *dev) {} in drm_legacy_remove_map_hash()
125 static inline void drm_legacy_master_rmmaps(struct drm_device *dev, in drm_legacy_master_rmmaps()
127 static inline void drm_legacy_rmmaps(struct drm_device *dev) {} in drm_legacy_rmmaps()
157 static inline void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) {} in drm_legacy_lock_release()
165 static inline int drm_legacy_dma_setup(struct drm_device *dev) in drm_legacy_dma_setup()
177 static inline void drm_legacy_reclaim_buffers(struct drm_device *dev, in drm_legacy_reclaim_buffers()
196 static inline void drm_legacy_init_members(struct drm_device *dev) {} in drm_legacy_init_members()
197 static inline void drm_legacy_destroy_members(struct drm_device *dev) {} in drm_legacy_destroy_members()
198 static inline void drm_legacy_dev_reinit(struct drm_device *dev) {} in drm_legacy_dev_reinit()
199 static inline int drm_legacy_setup(struct drm_device * dev) { return 0; } in drm_legacy_setup()
205 static inline void drm_legacy_lock_master_cleanup(struct drm_device *dev, struct drm_master *master… in drm_legacy_lock_master_cleanup()