Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance
165 struct drm_driver { struct183 int (*load) (struct drm_device *, unsigned long flags);203 int (*open) (struct drm_device *, struct drm_file *);217 void (*postclose) (struct drm_device *, struct drm_file *);245 void (*lastclose) (struct drm_device *);262 void (*unload) (struct drm_device *);272 void (*release) (struct drm_device *);295 u32 (*get_vblank_counter) (struct drm_device *dev, unsigned int pipe);311 int (*enable_vblank) (struct drm_device *dev, unsigned int pipe);322 void (*disable_vblank) (struct drm_device *dev, unsigned int pipe);[all …]