Lines Matching refs:drm_file
58 int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getmagic()
79 struct drm_file *file_priv) in drm_authmagic()
82 struct drm_file *file; in drm_authmagic()
122 static int drm_set_master(struct drm_device *dev, struct drm_file *fpriv, in drm_set_master()
138 static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) in drm_new_set_master()
178 struct drm_file *file_priv) in drm_setmaster_ioctl()
214 struct drm_file *fpriv) in drm_drop_master()
222 struct drm_file *file_priv) in drm_dropmaster_ioctl()
246 int drm_master_open(struct drm_file *file_priv) in drm_master_open()
263 void drm_master_release(struct drm_file *file_priv) in drm_master_release()
317 bool drm_is_current_master(struct drm_file *fpriv) in drm_is_current_master()