Home
last modified time | relevance | path

Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/drm/
DdrmP.h717 struct drm_driver { struct
718 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 …]