Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance
178 struct drm_driver { struct195 int (*load) (struct drm_device *, unsigned long flags);215 int (*open) (struct drm_device *, struct drm_file *);229 void (*postclose) (struct drm_device *, struct drm_file *);257 void (*lastclose) (struct drm_device *);274 void (*unload) (struct drm_device *);286 void (*release) (struct drm_device *);293 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,300 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);307 void (*debugfs_init)(struct drm_minor *minor);[all …]