Lines Matching defs:dev
64 int drm_getmagic(struct drm_device *dev, void *data, struct drm_file *file_priv) in drm_getmagic()
84 int drm_authmagic(struct drm_device *dev, void *data, in drm_authmagic()
103 struct drm_master *drm_master_create(struct drm_device *dev) in drm_master_create()
125 static void drm_set_master(struct drm_device *dev, struct drm_file *fpriv, in drm_set_master()
135 static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) in drm_new_set_master()
204 drm_master_check_perm(struct drm_device *dev, struct drm_file *file_priv) in drm_master_check_perm()
215 int drm_setmaster_ioctl(struct drm_device *dev, void *data, in drm_setmaster_ioctl()
256 static void drm_drop_master(struct drm_device *dev, in drm_drop_master()
264 int drm_dropmaster_ioctl(struct drm_device *dev, void *data, in drm_dropmaster_ioctl()
299 struct drm_device *dev = file_priv->minor->dev; in drm_master_open() local
316 struct drm_device *dev = file_priv->minor->dev; in drm_master_release() local
377 struct drm_device *dev = master->dev; in drm_master_destroy() local
406 bool drm_master_internal_acquire(struct drm_device *dev) in drm_master_internal_acquire()
419 void drm_master_internal_release(struct drm_device *dev) in drm_master_internal_release()