Home
last modified time | relevance | path

Searched refs:drm_find_file_by_proc (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_fops.c49 drm_find_file_by_proc(drm_device_t *dev, cred_t *credp) in drm_find_file_by_proc() function
91 priv = drm_find_file_by_proc(dev, credp); in drm_open_helper()
H A DdrmP.h1071 extern drm_file_t *drm_find_file_by_proc(drm_device_t *, cred_t *);
H A Ddrm_sunmod.c490 fpriv = drm_find_file_by_proc(dp, credp); in drm_sun_ioctl()