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

/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h165 typedef struct drm_device drm_device_t;
440 struct drm_device *dev;
451 * Access is covered by the object_name_lock in the related drm_device
637 struct drm_device;
639 int (*load)(struct drm_device *, unsigned long);
640 int (*firstopen)(struct drm_device *);
641 int (*open)(struct drm_device *, drm_file_t *);
642 void (*preclose)(struct drm_device *, drm_file_t *);
643 void (*postclose)(struct drm_device *, drm_file_t *);
644 void (*lastclose)(struct drm_device *);
718 struct drm_device { struct
[all...]

Completed in 61 milliseconds