Searched refs:drm_find_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/drm/
H A Ddrm_auth.c49 static struct drm_file *drm_find_file(struct drm_device *dev, drm_magic_t magic) function
157 } while (drm_find_file(dev, auth->magic));
180 priv = drm_find_file(dev, auth->magic);
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_auth.c49 static struct drm_file *drm_find_file(struct drm_device *dev, drm_magic_t magic) function
157 } while (drm_find_file(dev, auth->magic));
180 priv = drm_find_file(dev, auth->magic);

Completed in 61 milliseconds