Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance
162 struct drm_driver { struct180 int (*load) (struct drm_device *, unsigned long flags);200 int (*open) (struct drm_device *, struct drm_file *);214 void (*postclose) (struct drm_device *, struct drm_file *);242 void (*lastclose) (struct drm_device *);259 void (*unload) (struct drm_device *);269 void (*release) (struct drm_device *);292 u32 (*get_vblank_counter) (struct drm_device *dev, unsigned int pipe);308 int (*enable_vblank) (struct drm_device *dev, unsigned int pipe);319 void (*disable_vblank) (struct drm_device *dev, unsigned int pipe);[all …]