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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_device.h 1 /* $NetBSD: drm_device.h,v 1.11 2022/10/15 15:19:28 riastradh Exp $ */
52 * struct drm_device - DRM device structure
57 struct drm_device { struct
82 * &drm_device in their larger per-device structure.
397 int drm_limit_dma_space(struct drm_device *, resource_size_t, resource_size_t);
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 39 struct drm_device;
309 extern struct drm_device *drm_units[];
462 int (*func)(struct drm_device *dev, void *data,
544 struct drm_device *dev;
562 /* This structure, in the struct drm_device, is always initialized while the
704 int (*load)(struct drm_device *, unsigned long flags);
705 int (*firstopen)(struct drm_device *);
706 int (*open)(struct drm_device *, struct drm_file *);
707 void (*preclose)(struct drm_device *, struct drm_file *file_priv);
708 void (*postclose)(struct drm_device *, struct drm_file *)
770 struct drm_device { struct
    [all...]

Completed in 13 milliseconds