Searched defs:drm_driver (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_drv.h | 162 struct drm_driver { struct 179 int (*load) (struct drm_device *, unsigned long flags); 199 int (*open) (struct drm_device *, struct drm_file *); 213 void (*postclose) (struct drm_device *, struct drm_file *); 241 void (*lastclose) (struct drm_device *); 258 void (*unload) (struct drm_device *); 270 void (*release) (struct drm_device *); 278 irqreturn_t(*irq_handler) (int irq, void *arg); 288 void (*irq_preinstall) (struct drm_device *dev); 297 int (*irq_postinstall) (struct drm_device *dev); [all …]
|
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_drv.h | 178 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 …]
|