Home
last modified time | relevance | path

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

/linux-6.6.21/include/drm/
Ddrm_drv.h178 struct drm_driver { struct
195 int (*load) (struct drm_device *, unsigned long flags);
215 int (*open) (struct drm_device *, struct drm_file *);
229 void (*postclose) (struct drm_device *, struct drm_file *);
257 void (*lastclose) (struct drm_device *);
274 void (*unload) (struct drm_device *);
286 void (*release) (struct drm_device *);
293 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
300 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
307 void (*debugfs_init)(struct drm_minor *minor);
[all …]