Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_drv.h180 struct drm_driver { struct
197 int (*load) (struct drm_device *, unsigned long flags);
217 int (*open) (struct drm_device *, struct drm_file *);
231 void (*postclose) (struct drm_device *, struct drm_file *);
259 void (*lastclose) (struct drm_device *);
276 void (*unload) (struct drm_device *);
288 void (*release) (struct drm_device *);
295 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
302 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
309 void (*debugfs_init)(struct drm_minor *minor);
[all …]