Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance
162 struct drm_driver { struct179 int (*load) (struct drm_device *, unsigned long flags);199 int (*open) (struct drm_device *, struct drm_file *);213 void (*postclose) (struct drm_device *, struct drm_file *);241 void (*lastclose) (struct drm_device *);258 void (*unload) (struct drm_device *);270 void (*release) (struct drm_device *);278 irqreturn_t(*irq_handler) (int irq, void *arg);288 void (*irq_preinstall) (struct drm_device *dev);297 int (*irq_postinstall) (struct drm_device *dev);[all …]