Lines Matching defs:file
26 static int panfrost_ioctl_get_param(struct drm_device *ddev, void *data, struct drm_file *file)
78 struct drm_file *file)
80 struct panfrost_file_priv *priv = file->driver_priv;
99 ret = drm_gem_handle_create(file, &bo->base.base, &args->handle);
124 * @file_priv: DRM file for this fd
188 * @file_priv: DRM file for this fd
248 struct drm_file *file)
263 sync_out = drm_syncobj_find(file, args->out_sync);
280 job->file_priv = file->driver_priv;
282 ret = panfrost_copy_in_sync(dev, file, args, job);
286 ret = panfrost_lookup_bos(dev, file, args, job);
462 panfrost_open(struct drm_device *dev, struct drm_file *file)
473 file->driver_priv = panfrost_priv;
495 panfrost_postclose(struct drm_device *dev, struct drm_file *file)
497 struct panfrost_file_priv *panfrost_priv = file->driver_priv;
499 panfrost_perfcnt_close(file);