Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
DdrmP.h394 struct drm_driver { struct
395 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 …]