HomeSort by: relevance | last modified time | path
    Searched refs:drm_file_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_file.c 123 * drm_file_alloc - allocate file context
133 struct drm_file *drm_file_alloc(struct drm_minor *minor) function in typeref:struct:drm_file *
241 * drm_file_alloc(). The caller must make sure to unlink it from any contexts
368 priv = drm_file_alloc(minor);
849 priv = drm_file_alloc(minor);
drm_internal.h 47 struct drm_file *drm_file_alloc(struct drm_minor *minor);
  /src/sys/external/bsd/drm2/drm/
drm_cdevsw.c 167 priv = drm_file_alloc(dminor);

Completed in 14 milliseconds