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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_file.h 54 * FIXME: Not sure we want to have drm_minor here in the end, but to avoid
68 * struct drm_minor - DRM device minor structure
76 struct drm_minor { struct
251 /** @minor: &struct drm_minor for this file. */
252 struct drm_minor *minor;
395 int drm_open_file(struct drm_file *, void *, struct drm_minor *);
417 struct file *mock_drm_getfile(struct drm_minor *minor, unsigned int flags);
drm_file.h 54 * FIXME: Not sure we want to have drm_minor here in the end, but to avoid
68 * struct drm_minor - DRM device minor structure
76 struct drm_minor { struct
251 /** @minor: &struct drm_minor for this file. */
252 struct drm_minor *minor;
395 int drm_open_file(struct drm_file *, void *, struct drm_minor *);
417 struct file *mock_drm_getfile(struct drm_minor *minor, unsigned int flags);

Completed in 22 milliseconds