Lines Matching refs:drm_file
64 static bool drm_is_current_master_locked(struct drm_file *fpriv) in drm_is_current_master_locked()
82 bool drm_is_current_master(struct drm_file *fpriv) in drm_is_current_master()
94 int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getmagic()
114 struct drm_file *file_priv) in drm_authmagic()
117 struct drm_file *file; in drm_authmagic()
152 static void drm_set_master(struct drm_device *dev, struct drm_file *fpriv, in drm_set_master()
162 static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) in drm_new_set_master()
233 drm_master_check_perm(struct drm_device *dev, struct drm_file *file_priv) in drm_master_check_perm()
246 struct drm_file *file_priv) in drm_setmaster_ioctl()
281 struct drm_file *fpriv) in drm_drop_master()
289 struct drm_file *file_priv) in drm_dropmaster_ioctl()
317 int drm_master_open(struct drm_file *file_priv) in drm_master_open()
337 void drm_master_release(struct drm_file *file_priv) in drm_master_release()
388 struct drm_master *drm_file_get_master(struct drm_file *file_priv) in drm_file_get_master()