Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/
Ddrm_drv.h169 struct drm_driver { struct
186 int (*load) (struct drm_device *, unsigned long flags);
206 int (*open) (struct drm_device *, struct drm_file *);
220 void (*postclose) (struct drm_device *, struct drm_file *);
248 void (*lastclose) (struct drm_device *);
265 void (*unload) (struct drm_device *);
277 void (*release) (struct drm_device *);
284 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
291 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
298 void (*debugfs_init)(struct drm_minor *minor);
[all …]