Lines Matching defs:drm_pending_event
89 * struct drm_pending_event - Event queued up for userspace to read
95 struct drm_pending_event {
355 * List of pending &struct drm_pending_event, used to clean up pending
357 * Uses the &drm_pending_event.pending_link entry.
366 * List of &struct drm_pending_event, ready for delivery to userspace
367 * through drm_read(). Uses the &drm_pending_event.link entry.
453 struct drm_pending_event *p,
457 struct drm_pending_event *p,
460 struct drm_pending_event *p);
461 void drm_send_event_locked(struct drm_device *dev, struct drm_pending_event *e);
462 void drm_send_event(struct drm_device *dev, struct drm_pending_event *e);
464 struct drm_pending_event *e,