Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance
394 struct drm_driver { struct395 int (*load) (struct drm_device *, unsigned long flags);396 int (*firstopen) (struct drm_device *);397 int (*open) (struct drm_device *, struct drm_file *);398 void (*preclose) (struct drm_device *, struct drm_file *file_priv);399 void (*postclose) (struct drm_device *, struct drm_file *);400 void (*lastclose) (struct drm_device *);401 int (*unload) (struct drm_device *);402 int (*suspend) (struct drm_device *, pm_message_t state);403 int (*resume) (struct drm_device *);[all …]