Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance
717 struct drm_driver { struct718 int (*load) (struct drm_device *, unsigned long flags);719 int (*firstopen) (struct drm_device *);720 int (*open) (struct drm_device *, struct drm_file *);721 void (*preclose) (struct drm_device *, struct drm_file *file_priv);722 void (*postclose) (struct drm_device *, struct drm_file *);723 void (*lastclose) (struct drm_device *);724 int (*unload) (struct drm_device *);725 int (*suspend) (struct drm_device *, pm_message_t state);726 int (*resume) (struct drm_device *);[all …]