Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_drv.h73 struct drm_driver { struct
153 void (*lastclose) (struct drm_device *);
170 void (*unload) (struct drm_device *);
180 void (*release) (struct drm_device *);
341 irqreturn_t(*irq_handler) (int irq, void *arg);
404 int (*debugfs_init)(struct drm_minor *minor);
509 int (*dumb_create)(struct drm_file *file_priv,
571 * chapter<drm_driver_ioctl>` for the full details. argument
582 * :ref:`file operations<drm_driver_fops>` for in-depth coverage and argument
585 const struct file_operations *fops;
[all …]