HomeSort by: relevance | last modified time | path
    Searched defs:drm_pending_event (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_file.h 92 * struct drm_pending_event - Event queued up for userspace to read
98 struct drm_pending_event { struct
316 * List of pending &struct drm_pending_event, used to clean up pending
318 * Uses the &drm_pending_event.pending_link entry.
327 * List of &struct drm_pending_event, ready for delivery to userspace
328 * through drm_read(). Uses the &drm_pending_event.link entry.
406 struct drm_pending_event *p,
410 struct drm_pending_event *p,
413 struct drm_pending_event *p);
414 void drm_send_event_locked(struct drm_device *dev, struct drm_pending_event *e)
    [all...]

Completed in 12 milliseconds