Lines Matching refs:drm_device
94 int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getmagic()
113 int drm_authmagic(struct drm_device *dev, void *data, in drm_authmagic()
131 struct drm_master *drm_master_create(struct drm_device *dev) in drm_master_create()
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()
245 int drm_setmaster_ioctl(struct drm_device *dev, void *data, in drm_setmaster_ioctl()
280 static void drm_drop_master(struct drm_device *dev, in drm_drop_master()
288 int drm_dropmaster_ioctl(struct drm_device *dev, void *data, in drm_dropmaster_ioctl()
319 struct drm_device *dev = file_priv->minor->dev; in drm_master_open()
339 struct drm_device *dev = file_priv->minor->dev; in drm_master_release()
406 struct drm_device *dev = master->dev; in drm_master_destroy()
433 bool drm_master_internal_acquire(struct drm_device *dev) in drm_master_internal_acquire()
446 void drm_master_internal_release(struct drm_device *dev) in drm_master_internal_release()