Lines Matching refs:drm_file
63 static bool drm_is_current_master_locked(struct drm_file *fpriv) in drm_is_current_master_locked()
81 bool drm_is_current_master(struct drm_file *fpriv) in drm_is_current_master()
93 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()
153 static void drm_set_master(struct drm_device *dev, struct drm_file *fpriv, in drm_set_master()
163 static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) in drm_new_set_master()
234 drm_master_check_perm(struct drm_device *dev, struct drm_file *file_priv) in drm_master_check_perm()
247 struct drm_file *file_priv) in drm_setmaster_ioctl()
290 struct drm_file *fpriv) in drm_drop_master()
298 struct drm_file *file_priv) in drm_dropmaster_ioctl()
332 int drm_master_open(struct drm_file *file_priv) in drm_master_open()
353 void drm_master_release(struct drm_file *file_priv) in drm_master_release()
405 struct drm_master *drm_file_get_master(struct drm_file *file_priv) in drm_file_get_master()