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

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_auth.c 46 static struct drm_file *drm_find_file(struct drm_device *dev, drm_magic_t magic) function in typeref:struct:drm_file *
154 } while (drm_find_file(dev, auth->magic));
177 priv = drm_find_file(dev, auth->magic);
drm_auth.c 46 static struct drm_file *drm_find_file(struct drm_device *dev, drm_magic_t magic) function in typeref:struct:drm_file *
154 } while (drm_find_file(dev, auth->magic));
177 priv = drm_find_file(dev, auth->magic);

Completed in 35 milliseconds