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()
115 struct drm_file *file_priv) in drm_authmagic()
118 struct drm_file *file; in drm_authmagic()
155 static void drm_set_master(struct drm_device *dev, struct drm_file *fpriv, in drm_set_master()
165 static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) in drm_new_set_master()
236 drm_master_check_perm(struct drm_device *dev, struct drm_file *file_priv) in drm_master_check_perm()
248 struct drm_file *file_priv) in drm_setmaster_ioctl()
291 struct drm_file *fpriv) in drm_drop_master()
299 struct drm_file *file_priv) in drm_dropmaster_ioctl()
333 int drm_master_open(struct drm_file *file_priv) in drm_master_open()
354 void drm_master_release(struct drm_file *file_priv) in drm_master_release()
408 struct drm_master *drm_file_get_master(struct drm_file *file_priv) in drm_file_get_master()