Searched defs:drm_device (Results 1 – 5 of 5) sorted by relevance
1028 struct drm_device { struct1035 spinlock_t count_lock; /**< For inuse, drm_device::open_count, drm_device::buf_use */ argument1036 struct mutex struct_mutex; /**< For others */1041 int open_count; /**< Outstanding files open */1042 atomic_t ioctl_count; /**< Outstanding IOCTLs pending */1043 atomic_t vma_count; /**< Outstanding vma areas open */1044 int buf_use; /**< Buffers in use -- cannot alloc */1045 atomic_t buf_alloc; /**< Buffer allocation in progress */1050 unsigned long counters;1051 enum drm_stat_type types[15];[all …]
132 void (*handler)(struct drm_device *)) in nouveau_irq_register()
102 bool (*exec)(struct drm_device *, u8 *, void *), void *info) in mxms_foreach()
5657 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in dcb_outp_foreach()
32 struct drm_device *drm_device; variable