Searched defs:drm_device (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/solaris/DRM/include/
H A DdrmP.h162 typedef struct drm_device drm_device_t;
522 struct drm_device;
524 int (*load)(struct drm_device *, unsigned long);
525 int (*firstopen)(struct drm_device *);
526 int (*open)(struct drm_device *, drm_file_t *);
527 void (*preclose)(struct drm_device *, drm_file_t *);
528 void (*postclose)(struct drm_device *, drm_file_t *);
529 void (*lastclose)(struct drm_device *);
530 int (*unload)(struct drm_device *);
531 void (*reclaim_buffers_locked)(struct drm_device *, drm_file_
592 struct drm_device { struct
[all...]

Completed in 36 milliseconds