Lines Matching defs:file
36 /** @file drm_gem.c
38 * This file provides some of the base ioctls and library routines for
50 * struct file. However, file descriptors as handles to a struct file have
59 * ioctls. The objects themselves will still include the struct file so
435 * @file: drm file-private structure to remove the dumb handle from
442 int drm_gem_dumb_destroy(struct drm_file *file,
446 return drm_gem_handle_delete(file, handle);
530 ret = drm_gem_handle_delete(file, args->handle);
552 obj = drm_gem_object_lookup(dev, file, args->handle);
614 ret = drm_gem_handle_create(file, obj, &handle);
638 * Called at device close to release the file's