Lines Matching refs:drm_file
64 int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getmagic()
85 struct drm_file *file_priv) in drm_authmagic()
88 struct drm_file *file; in drm_authmagic()
125 static int drm_set_master(struct drm_device *dev, struct drm_file *fpriv, in drm_set_master()
141 static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) in drm_new_set_master()
183 struct drm_file *file_priv) in drm_setmaster_ioctl()
219 struct drm_file *fpriv) in drm_drop_master()
227 struct drm_file *file_priv) in drm_dropmaster_ioctl()
251 int drm_master_open(struct drm_file *file_priv) in drm_master_open()
268 void drm_master_release(struct drm_file *file_priv) in drm_master_release()
308 bool drm_is_current_master(struct drm_file *fpriv) in drm_is_current_master()