HomeSort by: relevance | last modified time | path
    Searched defs:drm_file_alloc (Results 1 - 1 of 1) 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);

Completed in 13 milliseconds