Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance
701 struct drm_driver { struct702 int (*load) (struct drm_device *, unsigned long flags);703 int (*firstopen) (struct drm_device *);704 int (*open) (struct drm_device *, struct drm_file *);705 void (*preclose) (struct drm_device *, struct drm_file *file_priv);706 void (*postclose) (struct drm_device *, struct drm_file *);707 void (*lastclose) (struct drm_device *);708 int (*unload) (struct drm_device *);709 int (*suspend) (struct drm_device *, pm_message_t state);710 int (*resume) (struct drm_device *);[all …]